Browse Source

fix: externalize vue3-i18n to prevent Symbol mismatch in i18n injection

dev
hechang27-sprt 6 months ago
parent
commit
8f50b3bdce
  1. 1
      vite.config.ts

1
vite.config.ts

@ -46,6 +46,7 @@ export default defineConfig(({ command, mode }) => { @@ -46,6 +46,7 @@ export default defineConfig(({ command, mode }) => {
"vue",
"vue-router",
"vuex",
"vue3-i18n",
"element-plus",
"axios",
"dayjs",

Loading…
Cancel
Save