Commit ae26d968 authored by zhanglongbao's avatar zhanglongbao

fix

parent 6e708d7d
...@@ -9,8 +9,11 @@ declare module 'vue' { ...@@ -9,8 +9,11 @@ declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
Address: typeof import('./src/components/widget/field/address/index.vue')['default'] Address: typeof import('./src/components/widget/field/address/index.vue')['default']
Avatar: typeof import('./src/components/avatar/index.vue')['default'] Avatar: typeof import('./src/components/avatar/index.vue')['default']
<<<<<<< HEAD
Client_tag: typeof import('./src/components/widget/field/client_tag/index.vue')['default'] Client_tag: typeof import('./src/components/widget/field/client_tag/index.vue')['default']
copy: typeof import('./src/components/select_order_tag copy/index.vue')['default'] copy: typeof import('./src/components/select_order_tag copy/index.vue')['default']
=======
>>>>>>> b8bdf7f (fix)
Create_form_data: typeof import('./src/components/create_form_data/index.vue')['default'] Create_form_data: typeof import('./src/components/create_form_data/index.vue')['default']
Date_time: typeof import('./src/components/widget/field/date_time/index.vue')['default'] Date_time: typeof import('./src/components/widget/field/date_time/index.vue')['default']
Date_time_range: typeof import('./src/components/widget/field/date_time_range/index.vue')['default'] Date_time_range: typeof import('./src/components/widget/field/date_time_range/index.vue')['default']
...@@ -34,9 +37,12 @@ declare module 'vue' { ...@@ -34,9 +37,12 @@ declare module 'vue' {
Select: typeof import('./src/components/select/index.vue')['default'] Select: typeof import('./src/components/select/index.vue')['default']
Select_address: typeof import('./src/components/select_address/index.vue')['default'] Select_address: typeof import('./src/components/select_address/index.vue')['default']
Select_client: typeof import('./src/components/select_client/index.vue')['default'] Select_client: typeof import('./src/components/select_client/index.vue')['default']
<<<<<<< HEAD
Select_client_tag: typeof import('./src/components/select_client_tag/index.vue')['default'] Select_client_tag: typeof import('./src/components/select_client_tag/index.vue')['default']
Select_order_tag: typeof import('./src/components/select_order_tag/index.vue')['default'] Select_order_tag: typeof import('./src/components/select_order_tag/index.vue')['default']
Select_product: typeof import('./src/components/select_product/index.vue')['default'] Select_product: typeof import('./src/components/select_product/index.vue')['default']
=======
>>>>>>> b8bdf7f (fix)
Select_time: typeof import('./src/components/select_time/index.vue')['default'] Select_time: typeof import('./src/components/select_time/index.vue')['default']
Select_user_dept: typeof import('./src/components/select_user_dept/index.vue')['default'] Select_user_dept: typeof import('./src/components/select_user_dept/index.vue')['default']
Signature: typeof import('./src/components/widget/field/signature/index.vue')['default'] Signature: typeof import('./src/components/widget/field/signature/index.vue')['default']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment