diff --git a/webui/.oxfmtrc.json b/webui/.oxfmtrc.json index 4bddb67..f957036 100644 --- a/webui/.oxfmtrc.json +++ b/webui/.oxfmtrc.json @@ -1,5 +1,6 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", "semi": false, - "singleQuote": true + "singleQuote": true, + "bracketSpacing": true } diff --git a/webui/components.d.ts b/webui/components.d.ts index 2ad6b39..bed2522 100644 --- a/webui/components.d.ts +++ b/webui/components.d.ts @@ -36,6 +36,7 @@ declare module 'vue' { NDataTable: typeof import('naive-ui')['NDataTable'] NDrawer: typeof import('naive-ui')['NDrawer'] NDrawerContent: typeof import('naive-ui')['NDrawerContent'] + NDynamicTags: typeof import('naive-ui')['NDynamicTags'] NEllipsis: typeof import('naive-ui')['NEllipsis'] NEmpty: typeof import('naive-ui')['NEmpty'] NFlex: typeof import('naive-ui')['NFlex'] @@ -106,6 +107,7 @@ declare global { const NDataTable: typeof import('naive-ui')['NDataTable'] const NDrawer: typeof import('naive-ui')['NDrawer'] const NDrawerContent: typeof import('naive-ui')['NDrawerContent'] + const NDynamicTags: typeof import('naive-ui')['NDynamicTags'] const NEllipsis: typeof import('naive-ui')['NEllipsis'] const NEmpty: typeof import('naive-ui')['NEmpty'] const NFlex: typeof import('naive-ui')['NFlex'] diff --git a/webui/src/pages/AdminPage.vue b/webui/src/pages/AdminPage.vue index e28ff56..2b0c708 100644 --- a/webui/src/pages/AdminPage.vue +++ b/webui/src/pages/AdminPage.vue @@ -1,10 +1,10 @@ @@ -60,7 +60,7 @@ watch( /> - +