You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.3 KiB
31 lines
1.3 KiB
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
export {}
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
|
Header: typeof import('./src/components/Header.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
UserHeader: typeof import('./src/components/UserHeader.vue')['default']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanGrid: typeof import('vant/es')['Grid']
|
|
VanGridItem: typeof import('vant/es')['GridItem']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanOverlay: typeof import('vant/es')['Overlay']
|
|
VanPopover: typeof import('vant/es')['Popover']
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
}
|
|
}
|