This commit is contained in:
2025-03-30 16:04:33 +08:00
parent cce7920dcc
commit b1fcecb9d4
7 changed files with 39 additions and 27 deletions

1
components.d.ts vendored
View File

@@ -36,6 +36,7 @@ declare module 'vue' {
NSelect: typeof import('naive-ui')['NSelect']
NSplit: typeof import('naive-ui')['NSplit']
NSwitch: typeof import('naive-ui')['NSwitch']
NTab: typeof import('naive-ui')['NTab']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']