components.d.ts 579 B

12345678910111213141516
  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. GoodsCard: typeof import('./src/components/common/GoodsCard.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. YImage: typeof import('./src/components/common/YImage.vue')['default']
  13. YTabBar: typeof import('./src/components/common/YTabBar.vue')['default']
  14. }
  15. }