From a6082c65c85e2976058bfee367ccfe48ccbfec63 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 28 Mar 2024 15:43:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index 896d6e9..06ebe68 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,7 +27,6 @@ declare module 'vue' { NGi: typeof import('naive-ui')['NGi'] NGrid: typeof import('naive-ui')['NGrid'] NGridItem: typeof import('naive-ui')['NGridItem'] - NIcon: typeof import('naive-ui')['NIcon'] NImage: typeof import('naive-ui')['NImage'] NInput: typeof import('naive-ui')['NInput'] NMessageProvider: typeof import('naive-ui')['NMessageProvider']