|
@@ -75,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']
|
|
|
|
+ }
|
|
}
|
|
}
|