49 lines
2.4 KiB
TypeScript
49 lines
2.4 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 {
|
|
AuthContainer: typeof import('./src/components/AuthContainer.vue')['default']
|
|
ColumnItem: typeof import('./src/components/ColumnItem.vue')['default']
|
|
Container: typeof import('./src/components/Container.vue')['default']
|
|
Empty: typeof import('./src/components/Empty.vue')['default']
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
NavBar: typeof import('./src/components/NavBar.vue')['default']
|
|
QuestionnaireDetail: typeof import('./src/components/QuestionnaireDetail.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
ServerItem: typeof import('./src/components/ServerItem.vue')['default']
|
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
|
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanList: typeof import('vant/es')['List']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanOverlay: typeof import('vant/es')['Overlay']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
VanSearch: typeof import('vant/es')['Search']
|
|
VanSwipe: typeof import('vant/es')['Swipe']
|
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
|
|
VideoItem: typeof import('./src/components/VideoItem.vue')['default']
|
|
VideoItem2: typeof import('./src/components/VideoItem2.vue')['default']
|
|
WaterList: typeof import('./src/components/WaterList.vue')['default']
|
|
}
|
|
}
|