fixed problems with tailwind overwriting naive ui styles

implemented user datatable
This commit is contained in:
Sockenklaus
2023-07-09 22:37:43 +02:00
parent bda4b0489b
commit 360fa51607
11 changed files with 93 additions and 19 deletions

1
components.d.ts vendored
View File

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