12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- Calendar: typeof import('./src/components/Calendar.vue')['default']
- DateTable: typeof import('./src/components/DateTable/index.vue')['default']
- ImgCard: typeof import('./src/components/ImgCard.vue')['default']
- ImgSwiper: typeof import('./src/components/ImgSwiper.vue')['default']
- Layout: typeof import('./src/components/Layout/index.vue')['default']
- Loading: typeof import('./src/components/Loading.vue')['default']
- PageBanner: typeof import('./src/components/PageBanner.vue')['default']
- PageLabel: typeof import('./src/components/PageLabel/index.vue')['default']
- PageNav: typeof import('./src/components/PageNav.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Search: typeof import('./src/components/Layout/components/Search/index.vue')['default']
- Sidebar: typeof import('./src/components/Layout/components/Sidebar/index.vue')['default']
- SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
- SwipeCard: typeof import('./src/components/SwipeCard.vue')['default']
- VanCalendar: typeof import('vant/es')['Calendar']
- VanCollapse: typeof import('vant/es')['Collapse']
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
- VanEmpty: typeof import('vant/es')['Empty']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanImagePreview: typeof import('vant/es')['ImagePreview']
- VanList: typeof import('vant/es')['List']
- VanLoading: typeof import('vant/es')['Loading']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanNoticeBar: typeof import('vant/es')['NoticeBar']
- VanPagination: typeof import('vant/es')['Pagination']
- VanPopup: typeof import('vant/es')['Popup']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabs: typeof import('vant/es')['Tabs']
- }
- }
|