让顶部导航栏真正可用

添加顶部导航栏内的链接
This commit is contained in:
2026-04-22 23:31:45 +08:00
parent 285a92d9cb
commit df17a73c31
2 changed files with 24 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ declare module 'vue' {
NMenu: typeof import('naive-ui')['NMenu']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NP: typeof import('naive-ui')['NP']
NPopover: typeof import('naive-ui')['NPopover']
NSelect: typeof import('naive-ui')['NSelect']
NSwitch: typeof import('naive-ui')['NSwitch']
NTag: typeof import('naive-ui')['NTag']
@@ -65,6 +66,7 @@ declare global {
const NMenu: typeof import('naive-ui')['NMenu']
const NMessageProvider: typeof import('naive-ui')['NMessageProvider']
const NP: typeof import('naive-ui')['NP']
const NPopover: typeof import('naive-ui')['NPopover']
const NSelect: typeof import('naive-ui')['NSelect']
const NSwitch: typeof import('naive-ui')['NSwitch']
const NTag: typeof import('naive-ui')['NTag']