|
@@ -11,6 +11,7 @@ declare module 'vue' {
|
|
|
Autocomplete: typeof import('./src/components/FormUI/autocomplete/index.vue')['default']
|
|
|
Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
|
|
|
ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/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']
|
|
@@ -19,7 +20,7 @@ declare module 'vue' {
|
|
|
CtPagination: typeof import('./src/components/CtPagination/index.vue')['default']
|
|
|
CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
|
|
|
CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
|
|
|
- DatePicker: typeof import('./src/components/FormUI/datePicker/index.vue')['default']
|
|
|
+ DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
|
|
|
Details: typeof import('./src/components/Enterprise/details.vue')['default']
|
|
|
Empty: typeof import('./src/components/Empty/index.vue')['default']
|
|
|
HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
|