|
@@ -8,7 +8,7 @@ export {}
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
Autocomplete: typeof import('./src/components/FormUI/autocomplete/index.vue')['default']
|
|
|
- copy: typeof import('./src/components/FormUI/textarea copy/index.vue')['default']
|
|
|
+ copy: typeof import('./src/components/CtForm/index copy.vue')['default']
|
|
|
CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
|
|
|
CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
|
|
|
CtForm: typeof import('./src/components/CtForm/index.vue')['default']
|
|
@@ -33,7 +33,8 @@ declare module 'vue' {
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
|
|
|
- 'Textarea copy': typeof import('./src/components/FormUI/textarea copy/index.vue')['default']
|
|
|
+ Textarea: typeof import('./src/components/FormUI/textarea/index.vue')['default']
|
|
|
+ TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
|
|
|
TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
|
|
|
VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
|
|
|
}
|