You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
I want to use your vue-i18n-composable with vue 2.7 and vue-i18n v8 in my vue project.
But I get the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'config')
at VueI18n._initVM (vue-i18n.common.js?08a3:1355:1)
at new VueI18n (vue-i18n.common.js?08a3:1294:1)
at createI18n (index.mjs?6239:6:1)
at eval (main.ts?e4f2:11:1)
at ./src/main.ts (app.js:1183:1)
at __webpack_require__ (app.js:854:30)
at fn (app.js:151:20)
at 1 (app.js:1244:18)
at __webpack_require__ (app.js:854:30)
at checkDeferredModules (app.js:46:23)
I configure vue-i18n like it is described in the README and yes, I do use Vue.use(VueI18n);
To reproduce the issue I have created 2 projects from scratch.
If I build the project with vue-cli v5 everything works BUT with vue-cli v4 I get the mentioned error.