feat(address-book): 添加通讯录导入导出功能
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -52,6 +52,7 @@ declare module '@vue/runtime-core' {
|
||||
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
||||
ElTree: typeof import('element-plus/es')['ElTree']
|
||||
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
||||
ElUpload: typeof import('element-plus/es')['ElUpload']
|
||||
FvCheckbox: typeof import('./src/fvcomponents/fvCheckbox/index.vue')['default']
|
||||
FvForm: typeof import('./src/fvcomponents/fvForm/index.vue')['default']
|
||||
FvFormDialog: typeof import('./src/fvcomponents/fvFormDialog/index.vue')['default']
|
||||
@@ -68,6 +69,7 @@ declare module '@vue/runtime-core' {
|
||||
IconSelect: typeof import('./src/components/iconSelect/index.vue')['default']
|
||||
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
||||
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
||||
ImportExcel: typeof import('./src/components/ImportExcel.vue')['default']
|
||||
InfoLiveCall: typeof import('./src/components/infoLiveCall/index.vue')['default']
|
||||
LiveCall: typeof import('./src/components/liveCall/index.vue')['default']
|
||||
LiveCallItem: typeof import('./src/components/liveCall/LiveCallItem.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user