feat(address-book): 添加通讯录导入导出功能

This commit is contained in:
dj
2024-12-07 21:35:47 +08:00
parent f4b0199ef8
commit 93f454e7d8
3 changed files with 3 additions and 4 deletions

1
auto-imports.d.ts vendored
View File

@@ -6,6 +6,7 @@ export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']