ESLint, update vite to 5.0.0 and other dependencies (#63)

* Update vite to 5.0.0 and other dependencies

* Eslint

* Update workflow
This commit is contained in:
Louis Lam
2023-11-18 13:59:40 +08:00
committed by GitHub
parent 5ce6b90546
commit 13c3dac44d
13 changed files with 447 additions and 83 deletions

View File

@@ -19,7 +19,6 @@ export default {
computed: {
uptime() {
return "0.00%";
return this.$t("notAvailableShort");
},