|
@@ -28,7 +28,6 @@ declare module 'vue' {
|
|
|
CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
|
|
|
CtTable: typeof import('./src/components/CtTable/index.vue')['default']
|
|
|
CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
|
|
|
- CtTooltip: typeof import('./src/components/CtTooltip/index.vue')['default']
|
|
|
DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
|
|
|
Echarts: typeof import('./src/components/Echarts/index.vue')['default']
|
|
|
ElCascader: typeof import('element-plus/es')['ElCascader']
|
|
@@ -75,7 +74,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']
|
|
|
- }
|
|
|
}
|