|
@@ -20,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']
|