added first layout
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user