From bd6b575af678ea86e0576c4d1131b3f82a7f0eaa Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Tue, 15 Jul 2025 16:24:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(types):=20=E8=A1=A5=E5=85=85=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index c4e23535..d2dbb67d 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -81,7 +81,6 @@ declare module 'vue' { NButton: typeof import('naive-ui')['NButton'] NCard: typeof import('naive-ui')['NCard'] NCheckbox: typeof import('naive-ui')['NCheckbox'] - NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup'] NCode: typeof import('naive-ui')['NCode'] NCollapse: typeof import('naive-ui')['NCollapse'] NCollapseItem: typeof import('naive-ui')['NCollapseItem']