123456789101112131415161718192021 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
- VanImage: typeof import('vant/es')['Image']
- VanImagePreview: typeof import('vant/es')['ImagePreview']
- VanLoading: typeof import('vant/es')['Loading']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabs: typeof import('vant/es')['Tabs']
- }
- }
|