From 71297cf2e4c64b3381ad1a26cf86386805b99b6d Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Thu, 7 Aug 2025 20:44:13 +0800 Subject: [PATCH] =?UTF-8?q?optimize(types):=20=E8=A1=A5=E5=85=85=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/components.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index 0af28e6b..d539837c 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -80,6 +80,7 @@ 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'] @@ -94,6 +95,7 @@ declare module 'vue' { NDrawerContent: typeof import('naive-ui')['NDrawerContent'] NDropdown: typeof import('naive-ui')['NDropdown'] NDynamicInput: typeof import('naive-ui')['NDynamicInput'] + NDynamicTags: typeof import('naive-ui')['NDynamicTags'] NEllipsis: typeof import('naive-ui')['NEllipsis'] NEmpty: typeof import('naive-ui')['NEmpty'] NForm: typeof import('naive-ui')['NForm']