components.d.ts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. VanCollapse: typeof import('vant/es')['Collapse']
  21. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  22. VanDialog: typeof import('vant/es')['Dialog']
  23. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  24. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  25. VanEmpty: typeof import('vant/es')['Empty']
  26. VanField: typeof import('vant/es')['Field']
  27. VanForm: typeof import('vant/es')['Form']
  28. VanIcon: typeof import('vant/es')['Icon']
  29. VanSearch: typeof import('vant/es')['Search']
  30. VanSwipe: typeof import('vant/es')['Swipe']
  31. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  32. VanTab: typeof import('vant/es')['Tab']
  33. VanTabs: typeof import('vant/es')['Tabs']
  34. }
  35. }