|
@@ -17,7 +17,6 @@ declare module 'vue' {
|
|
Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
|
|
Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
|
|
ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
|
|
ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
|
|
ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
|
|
ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
|
|
- copy: typeof import('./src/components/CtForm/index copy.vue')['default']
|
|
|
|
CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
|
|
CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
|
|
CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
|
|
CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
|
|
CtForm: typeof import('./src/components/CtForm/index.vue')['default']
|
|
CtForm: typeof import('./src/components/CtForm/index.vue')['default']
|
|
@@ -72,7 +71,4 @@ 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']
|
|
|
|
- }
|
|
|
|
}
|
|
}
|