Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

28 rindas
1.0KB

  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. VanCell: typeof import('vant/es')['Cell']
  13. VanCellGroup: typeof import('vant/es')['CellGroup']
  14. VanCol: typeof import('vant/es')['Col']
  15. VanEmpty: typeof import('vant/es')['Empty']
  16. VanGrid: typeof import('vant/es')['Grid']
  17. VanGridItem: typeof import('vant/es')['GridItem']
  18. VanIcon: typeof import('vant/es')['Icon']
  19. VanImage: typeof import('vant/es')['Image']
  20. VanLoading: typeof import('vant/es')['Loading']
  21. VanRow: typeof import('vant/es')['Row']
  22. VanSticky: typeof import('vant/es')['Sticky']
  23. VanTab: typeof import('vant/es')['Tab']
  24. VanTabs: typeof import('vant/es')['Tabs']
  25. }
  26. }