Skip to content

Commit

Permalink
chore: 升级i18n相关依赖,相关兼容处理
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Sep 21, 2024
1 parent 4e14ab2 commit ab39864
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 132 deletions.
1 change: 0 additions & 1 deletion build/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function getPluginsList(
// jsx、tsx语法支持
vueJsx(),
VueI18nPlugin({
jitCompilation: false,
include: [pathResolve("../locales/**")]
}),
checker({
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"v3-infinite-loading": "^1.3.2",
"version-rocket": "^1.7.3",
"vue": "^3.5.7",
"vue-i18n": "^9.14.0",
"vue-i18n": "^10.0.1",
"vue-json-pretty": "^2.4.0",
"vue-pdf-embed": "^2.1.0",
"vue-router": "^4.4.5",
Expand All @@ -117,7 +117,7 @@
"@iconify-icons/ep": "^1.2.12",
"@iconify-icons/ri": "^1.2.10",
"@iconify/vue": "^4.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"@pureadmin/theme": "^3.2.0",
"@types/dagre": "^0.7.52",
"@types/gradient-string": "^1.1.6",
Expand Down
Loading

0 comments on commit ab39864

Please sign in to comment.