components.d.ts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. Footer: typeof import('./src/components/Footer.vue')['default']
  9. IndexList: typeof import('./src/components/IndexList.vue')['default']
  10. Loading: typeof import('./src/components/loading.vue')['default']
  11. MobCateList: typeof import('./src/components/MobCateList.vue')['default']
  12. MobileCom: typeof import('./src/components/MobileCom.vue')['default']
  13. MobList: typeof import('./src/components/MobList.vue')['default']
  14. RankList: typeof import('./src/components/RankList.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. VanBackTop: typeof import('vant/es')['BackTop']
  18. VanButton: typeof import('vant/es')['Button']
  19. VanCell: typeof import('vant/es')['Cell']
  20. VanCellGroup: typeof import('vant/es')['CellGroup']
  21. VanCollapse: typeof import('vant/es')['Collapse']
  22. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  23. VanDialog: typeof import('vant/es')['Dialog']
  24. VanDivider: typeof import('vant/es')['Divider']
  25. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  26. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  27. VanEmpty: typeof import('vant/es')['Empty']
  28. VanField: typeof import('vant/es')['Field']
  29. VanForm: typeof import('vant/es')['Form']
  30. VanIcon: typeof import('vant/es')['Icon']
  31. VanSearch: typeof import('vant/es')['Search']
  32. VanSwipe: typeof import('vant/es')['Swipe']
  33. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  34. VanTab: typeof import('vant/es')['Tab']
  35. VanTabs: typeof import('vant/es')['Tabs']
  36. }
  37. }