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