|
@@ -65,6 +65,7 @@ declare module 'vue' {
|
|
|
TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
|
|
|
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']
|
|
|
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']
|