🐛 Fixing a bug. 锁定 vue-echarts 组件版本

This commit is contained in:
lbw 2023-12-15 15:03:33 +08:00
parent e6ed6681cd
commit 1404060e41
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
"tailwindcss": "^3.0.24",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-echarts": "^6.2.3",
"vue-echarts": "6.6.1",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.6",
"vue3-ts-jsoneditor": "2.8.6",

View File

@ -205,7 +205,7 @@ const onLockScreenSubmit = async () => {
themeConfig.value.lockScreenTime = 30;
//
setLocalThemeConfig();
}
}
}
};