企微-达人,新媒体部门

components.d.ts 606B

12345678910111213141516171819
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. Tag: typeof import('./src/components/tag.vue')['default']
  12. VanField: typeof import('vant/es')['Field']
  13. VanIcon: typeof import('vant/es')['Icon']
  14. VanLoading: typeof import('vant/es')['Loading']
  15. VanPopover: typeof import('vant/es')['Popover']
  16. }
  17. }