| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- // 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']
- IndexList: typeof import('./src/components/IndexList.vue')['default']
- Loading: typeof import('./src/components/loading.vue')['default']
- MobCateList: typeof import('./src/components/MobCateList.vue')['default']
- MobileCom: typeof import('./src/components/MobileCom.vue')['default']
- MobList: typeof import('./src/components/MobList.vue')['default']
- RankList: typeof import('./src/components/RankList.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanBackTop: typeof import('vant/es')['BackTop']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCollapse: typeof import('vant/es')['Collapse']
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
- VanDialog: typeof import('vant/es')['Dialog']
- VanDivider: typeof import('vant/es')['Divider']
- VanDropdownItem: typeof import('vant/es')['DropdownItem']
- VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
- VanEmpty: typeof import('vant/es')['Empty']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanSearch: typeof import('vant/es')['Search']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabs: typeof import('vant/es')['Tabs']
- }
- }
|