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.
43 lines
1.9 KiB
43 lines
1.9 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']
|
|
VanCollapse: typeof import('vant/es')['Collapse']
|
|
VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
|
VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
VanGrid: typeof import('vant/es')['Grid']
|
|
VanGridItem: typeof import('vant/es')['GridItem']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanList: typeof import('vant/es')['List']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanOverlay: typeof import('vant/es')['Overlay']
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
VanPopover: typeof import('vant/es')['Popover']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
VanSwitch: typeof import('vant/es')['Switch']
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
}
|
|
}
|