|
@@ -31,9 +31,7 @@ declare module 'vue' {
|
|
CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
|
|
CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
|
|
DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
|
|
DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
|
|
Echarts: typeof import('./src/components/Echarts/index.vue')['default']
|
|
Echarts: typeof import('./src/components/Echarts/index.vue')['default']
|
|
- ElCascader: typeof import('element-plus/es')['ElCascader']
|
|
|
|
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
|
|
- ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
Empty: typeof import('./src/components/Empty/index.vue')['default']
|
|
Empty: typeof import('./src/components/Empty/index.vue')['default']
|
|
File: typeof import('./src/components/Upload/file.vue')['default']
|
|
File: typeof import('./src/components/Upload/file.vue')['default']
|
|
@@ -78,4 +76,7 @@ declare module 'vue' {
|
|
VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
|
|
VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
|
|
WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
|
|
WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
|
|
}
|
|
}
|
|
|
|
+ export interface ComponentCustomProperties {
|
|
|
|
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
|
+ }
|
|
}
|
|
}
|