added main navigation

This commit is contained in:
Sockenklaus
2023-07-02 13:56:28 +02:00
parent 02812afc3d
commit bc38291696
11 changed files with 116 additions and 23 deletions

1
components.d.ts vendored
View File

@@ -11,5 +11,6 @@ declare module 'vue' {
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NInput: typeof import('naive-ui')['NInput']
NMenu: typeof import('naive-ui')['NMenu']
}
}