added first layout

This commit is contained in:
Sockenklaus
2023-07-01 22:03:54 +02:00
parent ca20ca1faf
commit 02812afc3d
10 changed files with 149 additions and 63 deletions

3
components.d.ts vendored
View File

@@ -7,6 +7,9 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
NButton: typeof import('naive-ui')['NButton']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NInput: typeof import('naive-ui')['NInput']
}
}