38 lines
2.0 KiB
TypeScript
38 lines
2.0 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 {
|
|
Department: typeof import('./src/views/department.vue')['default']
|
|
DoctorInfo: typeof import('./src/views/doctor-info.vue')['default']
|
|
EducationCentre: typeof import('./src/views/education-centre.vue')['default']
|
|
FeedbackHistory: typeof import('./src/views/feedback-history.vue')['default']
|
|
HeadBar: typeof import('./src/components/headBar.vue')['default']
|
|
Information: typeof import('./src/views/information.vue')['default']
|
|
Interact: typeof import('./src/views/interact.vue')['default']
|
|
InteractSearch: typeof import('./src/views/interact-search.vue')['default']
|
|
LeaveMessage: typeof import('./src/views/leave-message.vue')['default']
|
|
Live: typeof import('./src/views/live.vue')['default']
|
|
Loading: typeof import('./src/components/loading/loading.vue')['default']
|
|
My: typeof import('./src/views/my.vue')['default']
|
|
PaperList: typeof import('./src/components/paperList.vue')['default']
|
|
PersonalData: typeof import('./src/views/personal-data.vue')['default']
|
|
PrivateRecords: typeof import('./src/views/private-records.vue')['default']
|
|
Questionnaire: typeof import('./src/views/questionnaire.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Search: typeof import('./src/components/search.vue')['default']
|
|
Searchblue: typeof import('./src/components/searchblue.vue')['default']
|
|
Searchthings: typeof import('./src/views/searchthings.vue')['default']
|
|
Searchview: typeof import('./src/views/searchview.vue')['default']
|
|
TabTools: typeof import('./src/components/tabTools.vue')['default']
|
|
Video: typeof import('./src/views/video.vue')['default']
|
|
VisitingInformation: typeof import('./src/views/visiting-information.vue')['default']
|
|
WebsView: typeof import('./src/views/webs-view.vue')['default']
|
|
}
|
|
}
|