This commit is contained in:
Viet An
2026-06-15 09:47:39 +07:00
parent 2932730fc3
commit a9c37cfff5
12 changed files with 319 additions and 123 deletions

View File

@@ -5,17 +5,10 @@ export default defineNuxtPlugin((nuxtApp) => {
"common",
"tablesetting",
"datatype",
"filtertype",
"sorttype",
"settingtype",
"settingclass",
"settingchoice",
"filterchoice",
"colorchoice",
"sharechoice",
"menuchoice",
"textalign",
"placement",
"colorscheme",
]);
const notReadyConns = connlist.filter((v) => !v.ready);