From 87a0206ed16628f7f9f0c1169537d0517c2afd77 Mon Sep 17 00:00:00 2001 From: XiaoXinPro 14 IAH5R <568170040@qq.com> Date: Mon, 4 Sep 2023 15:34:56 +0800 Subject: [PATCH] icon --- src/layout/index.vue | 4 ++-- src/types/components.d.ts | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index f89f0a5..d686368 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -25,13 +25,13 @@
- +
{{ $t("userModel.title") }}
- +
{{ $t("voiceModel.title") }}
diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 0c2c036..8bef11d 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -41,7 +41,9 @@ declare module '@vue/runtime-core' { IEpLoading: typeof import('~icons/ep/loading')['default'] IEpLock: typeof import('~icons/ep/lock')['default'] IEpMenu: typeof import('~icons/ep/menu')['default'] + IEpPhone: typeof import('~icons/ep/phone')['default'] IEpSearch: typeof import('~icons/ep/search')['default'] + IEpUser: typeof import('~icons/ep/user')['default'] IEpVideoPlay: typeof import('~icons/ep/video-play')['default'] LangSelect: typeof import('./../components/LangSelect/index.vue')['default'] MultiUpload: typeof import('./../components/Upload/MultiUpload.vue')['default']