From c6a283fca8a63fbecf121272a7656bb8cdbaed25 Mon Sep 17 00:00:00 2001 From: JuLuogo <1576586736@qq.com> Date: Wed, 8 Oct 2025 17:46:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=20naive-ui=20=E7=BB=84=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components.d.ts b/src/components.d.ts index db751ef..2f1f98e 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -27,9 +27,16 @@ declare module 'vue' { ListLink: typeof import('./components/SideNav/ListLink.vue')['default'] NaiveuiProvider: typeof import('./components/NaiveuiProvider.vue')['default'] NAlert: typeof import('naive-ui')['NAlert'] + NButton: typeof import('naive-ui')['NButton'] + NCard: typeof import('naive-ui')['NCard'] + NEmpty: typeof import('naive-ui')['NEmpty'] + NFlex: typeof import('naive-ui')['NFlex'] NLi: typeof import('naive-ui')['NLi'] + NPagination: typeof import('naive-ui')['NPagination'] NProgress: typeof import('./components/NProgress.vue')['default'] NSpace: typeof import('naive-ui')['NSpace'] + NTabPane: typeof import('naive-ui')['NTabPane'] + NTabs: typeof import('naive-ui')['NTabs'] NTag: typeof import('naive-ui')['NTag'] NUl: typeof import('naive-ui')['NUl'] Placeholder: typeof import('./components/Placeholder.vue')['default']