|
@@ -32,6 +32,7 @@ declare module 'vue' {
|
|
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']
|
|
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']
|
|
@@ -51,7 +52,7 @@ declare module 'vue' {
|
|
LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
|
|
LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
|
|
LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
|
|
LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
|
|
NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
|
|
NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
|
|
- Pay: typeof import('./src/components/personalRecharge/pay.vue')['default']
|
|
|
|
|
|
+ Pay: typeof import('./src/components/pay/index.vue')['default']
|
|
PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
|
|
PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
|
|
PreviewImage: typeof import('./src/components/PreviewImg/previewImage.vue')['default']
|
|
PreviewImage: typeof import('./src/components/PreviewImg/previewImage.vue')['default']
|
|
PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
|
|
PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
|
|
@@ -74,4 +75,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']
|
|
|
|
+ }
|
|
}
|
|
}
|