23 lines
1003 B
TypeScript
23 lines
1003 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 {
|
|
BaseFooter: typeof import('./components/BaseFooter.vue')['default']
|
|
ChooseFood: typeof import('./components/ChooseFood.vue')['default']
|
|
Counter: typeof import('./components/Counter.vue')['default']
|
|
DishTag: typeof import('./components/DishTag.vue')['default']
|
|
MeatTag: typeof import('./components/MeatTag.vue')['default']
|
|
Menu: typeof import('./components/Menu.vue')['default']
|
|
README: typeof import('./components/README.md')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StapleTag: typeof import('./components/StapleTag.vue')['default']
|
|
VegetableTag: typeof import('./components/VegetableTag.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|