After using @intlify/unplugin-vue-i18n vue-i18n cannot be used normally ?
wjp980108 opened this issue · 5 comments
Reporting a bug?
After using @intlify/unplugin-vue-i18n vue-i18n cannot use the console to report an error normally
Expected behavior
Page normal display content
Reproduction
https://stackblitz.com/edit/vue-i18n-get-started-izpy9f?file=App.vue
System Info
System:
OS: windows
Binaries:
Node: 20.17.0
npm: 10.8.2
Browsers:
Chrome: 129.0.6668.70
Screenshot
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussions
After updating @intlify/unplugin-vue-i18n from 4.0.0 to v 5.2.0, I had the same issue. Vue i18n is 9.14.1.
I reverted it to 4.0.0, which works as it should.
After updating @intlify/unplugin-vue-i18n from 4.0.0 to v 5.2.0, I had the same issue. Vue i18n is 9.14.1.
I reverted it to 4.0.0, which works as it should.
Thank you for your reply, reduce the version, it is really okay
https://stackblitz.com/edit/vue-i18n-get-started-fzgzfa?file=main.js,App.vue,package.json
I had the same issue!
I had the same issue!
You can only reduce the version use first.
Thank you for your reporting!
I've checked your reporoduction.
@intlify/unplugin-vue-i18n
v5.2.0 has used in your reproduction
That version require the vue-i18n v10 or later.
Please upgrade your vue-i18n v10!
Thanks!