|
@@ -32,6 +32,7 @@ declare module 'vue' {
|
|
|
Echarts: typeof import('./src/components/Echarts/index.vue')['default']
|
|
|
ElCascader: typeof import('element-plus/es')['ElCascader']
|
|
|
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']
|
|
@@ -67,7 +68,6 @@ declare module 'vue' {
|
|
|
TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
|
|
|
TipDialog: typeof import('./src/components/CtDialog/tipDialog.vue')['default']
|
|
|
ToolBar: typeof import('./src/components/PreviewImg/toolBar.vue')['default']
|
|
|
- ToolTip: typeof import('./src/components/CtTooltip/ToolTip.vue')['default']
|
|
|
VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
|
|
|
Verifition: typeof import('./src/components/Verifition/index.vue')['default']
|
|
|
VerifyPoints: typeof import('./src/components/Verifition/Verify/VerifyPoints.vue')['default']
|