From 2c50854be1345364d7b7e172554017fc14846b55 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 27 Mar 2023 10:37:11 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=8A=8AIcon=E3=80=81DictTag=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=B0=E5=85=A8=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/components.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/components.d.ts b/types/components.d.ts index 85db5663..9d0ba09a 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -1,6 +1,7 @@ declare module 'vue' { export interface GlobalComponents { - Icon: typeof import('../components/Icon/src/Icon.vue')['default'] + Icon: typeof import('@/components/Icon')['Icon'] + DictTag: typeof import('@/components/DictTag')['DictTag'] } }