|
@@ -28,8 +28,6 @@ declare module '@vue/runtime-core' {
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
|
ElLink: typeof import('element-plus/es')['ElLink']
|
|
|
- ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
- ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
@@ -37,7 +35,6 @@ declare module '@vue/runtime-core' {
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
ElStep: typeof import('element-plus/es')['ElStep']
|
|
|
ElSteps: typeof import('element-plus/es')['ElSteps']
|
|
|
- ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
@@ -49,7 +46,6 @@ declare module '@vue/runtime-core' {
|
|
|
OptionSelect: typeof import('./src/components/optionSelect/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']
|