changes
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
export default defineNuxtPlugin(async (nuxtApp) => {
|
||||
const { $getapi, $readyapi } = nuxtApp;
|
||||
const connlist = $readyapi([
|
||||
"datatype",
|
||||
"common",
|
||||
"tablesetting",
|
||||
"datatype",
|
||||
"filtertype",
|
||||
"sorttype",
|
||||
"settingtype",
|
||||
"settingclass",
|
||||
"settingchoice",
|
||||
"filterchoice",
|
||||
"colorchoice",
|
||||
"sharechoice",
|
||||
"menuchoice",
|
||||
"textalign",
|
||||
"placement",
|
||||
"colorscheme",
|
||||
"filtertype",
|
||||
"sorttype",
|
||||
"tablesetting",
|
||||
"settingchoice",
|
||||
"sharechoice",
|
||||
"menuchoice",
|
||||
"settingtype",
|
||||
"settingclass",
|
||||
"sex",
|
||||
]);
|
||||
const notReadyConns = connlist.filter((v) => !v.ready);
|
||||
if (notReadyConns.length > 0) await $getapi(notReadyConns);
|
||||
|
||||
Reference in New Issue
Block a user