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 }) => {
"vue", "vue",
"vue-router", "vue-router",
"vuex", "vuex",
"vue3-i18n",
"element-plus", "element-plus",
"axios", "axios",
"dayjs", "dayjs",

Loading…
Cancel
Save