123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- // biome-ignore lint: disable
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- AboutLoading: typeof import('./src/components/aboutLoading/aboutLoading.vue')['default']
- ContentLayout: typeof import('./src/components/ContentLayout/ContentLayout.vue')['default']
- copy: typeof import('./src/components/listBox/listBox copy.vue')['default']
- HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
- ListAbout: typeof import('./src/components/listBox/listAbout.vue')['default']
- ListBox: typeof import('./src/components/listBox/listBox.vue')['default']
- 'ListBox copy': typeof import('./src/components/listBox/listBox copy.vue')['default']
- ListByPlay: typeof import('./src/components/listBox/listByPlay.vue')['default']
- ListItem: typeof import('./src/components/listItem/listItem.vue')['default']
- ListLoading: typeof import('./src/components/listLoading/listLoading.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanBackTop: typeof import('vant/es')['BackTop']
- VanButton: typeof import('vant/es')['Button']
- VanConfigProvider: typeof import('vant/es')['ConfigProvider']
- VanDivider: typeof import('vant/es')['Divider']
- VanEmpty: typeof import('vant/es')['Empty']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanList: typeof import('vant/es')['List']
- VanNoticeBar: typeof import('vant/es')['NoticeBar']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanRate: typeof import('vant/es')['Rate']
- VanTab: typeof import('vant/es')['Tab']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTabs: typeof import('vant/es')['Tabs']
- VanTag: typeof import('vant/es')['Tag']
- Zinput: typeof import('./src/components/zinput/zinput.vue')['default']
- }
- }
|