case/components.d.ts
zoujiandong 5850bdee94 first
2025-03-07 17:11:01 +08:00

46 lines
2.3 KiB
TypeScript

/* 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 {
Back: typeof import('./src/components/back.vue')['default']
CaseDetail: typeof import('./src/views/caseDetail.vue')['default']
CaseIntro: typeof import('./src/views/caseIntro.vue')['default']
CaseList: typeof import('./src/views/caseList.vue')['default']
CDialog: typeof import('./src/components/c-dialog.vue')['default']
CList: typeof import('./src/components/c-list.vue')['default']
Comment: typeof import('./src/views/comment.vue')['default']
CommentList: typeof import('./src/components/comment-list.vue')['default']
Commentunit: typeof import('./src/components/commentunit.vue')['default']
Expandunit: typeof import('./src/components/expandunit.vue')['default']
Home: typeof import('./src/views/home.vue')['default']
Loading: typeof import('./src/components/loading/loading.vue')['default']
Pageunit: typeof import('./src/views/pageunit.vue')['default']
Question: typeof import('./src/components/question.vue')['default']
Questionend: typeof import('./src/components/questionend.vue')['default']
Reply: typeof import('./src/components/reply.vue')['default']
Result: typeof import('./src/views/result.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SingleQuestion: typeof import('./src/components/singleQuestion.vue')['default']
TopicList: typeof import('./src/components/topicList.vue')['default']
Totop: typeof import('./src/components/totop.vue')['default']
VanCheckbox: typeof import('vant/es')['Checkbox']
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
VanField: typeof import('vant/es')['Field']
VanImage: typeof import('vant/es')['Image']
VanImagePreview: typeof import('vant/es')['ImagePreview']
VanList: typeof import('vant/es')['List']
VanOverlay: typeof import('vant/es')['Overlay']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
}
}