15 lines
503 B
TypeScript
15 lines
503 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ProductList: typeof import('./src/components/ProductList.vue')['default']
|
|
ShoppingCart: typeof import('./src/components/ShoppingCart.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|