|
@@ -9,13 +9,43 @@ export {}
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
+ Bjqk: typeof import('./src/components/step/link/bjqk.vue')['default']
|
|
|
BreadCrumb: typeof import('./src/components/BreadCrumb/index.vue')['default']
|
|
|
CommonFooter: typeof import('./src/components/commonFooter/index.vue')['default']
|
|
|
+ ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
|
|
|
+ ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
|
|
|
+ ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
+ ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
|
+ ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
|
|
|
+ ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
|
+ ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
|
+ ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
+ ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
+ ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
+ ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
|
+ ElLink: typeof import('element-plus/es')['ElLink']
|
|
|
+ ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
+ ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
+ ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
|
+ ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
|
+ ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
+ ElStep: typeof import('element-plus/es')['ElStep']
|
|
|
+ ElSteps: typeof import('element-plus/es')['ElSteps']
|
|
|
+ ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
+ ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
+ 'I:mdi:horizontalLine': typeof import('~icons/mdi/horizontal-line')['default']
|
|
|
+ 'I:mdi:tick': typeof import('~icons/mdi/tick')['default']
|
|
|
LeftSider: typeof import('./src/components/leftSider/index.vue')['default']
|
|
|
LeftSiderStu: typeof import('./src/components/leftSiderStu/index.vue')['default']
|
|
|
NavHeader: typeof import('./src/components/NavHeader/index.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
StatisticsSchool: typeof import('./src/components/statisticsSchool/index.vue')['default']
|
|
|
+ Szcjckqx: typeof import('./src/components/step/link/szcjckqx.vue')['default']
|
|
|
+ TheCard: typeof import('./src/components/TheCard.vue')['default']
|
|
|
+ TinymceVue: typeof import('./src/components/TinymceVue/index.vue')['default']
|
|
|
+ Xgstda: typeof import('./src/components/step/link/xgstda.vue')['default']
|
|
|
}
|
|
|
}
|