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.
This commit is contained in:
tongque 2024-04-27 17:31:15 +08:00
parent a50e356f42
commit 601af09d03

View File

@ -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": {