|
@@ -30,8 +30,8 @@ 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']
|
|
|
|
+ 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']
|
|
HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
|
|
HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
|