From 601af09d03be41b1b05a0b5844b39c0f0eac0575 Mon Sep 17 00:00:00 2001 From: tongque <2863528786@qq.com> Date: Sat, 27 Apr 2024 17:31:15 +0800 Subject: [PATCH] feat(i18n): initialize vue-i18n for internationalization support - Added vue-i18n as a dependency. - Configured vue-i18n in the main application file. - Created initial locale files with translations. --- ui/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/package.json b/ui/package.json index c9c61d73c..74b34f093 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,6 +14,7 @@ }, "dependencies": { "@ctrl/tinycolor": "^4.1.0", + "@vueuse/core": "^10.9.0", "axios": "^0.28.0", "cropperjs": "^1.6.2", "echarts": "^5.5.0", @@ -42,6 +43,7 @@ "screenfull": "^6.0.2", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", + "vue-i18n": "^9.13.1", "vue-router": "^4.2.4" }, "devDependencies": {