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
When I try to use a translation, I get this error:
vue-i18n.js?v=bd326320:278 Uncaught (in promise) SyntaxError: Need to install with `app.use` function (at vue-i18n.js?v=bd326320:278:17)
at createCompileError (vue-i18n.js?v=bd326320:278:17)
at createI18nError (vue-i18n.js?v=bd326320:3650:10)
at useI18n (vue-i18n.js?v=bd326320:5439:11)
at setup (MyNotification.vue:11:19)
at callWithErrorHandling (chunk-U6BEPC57.js?v=bd326320:1659:19)
at setupStatefulComponent (chunk-U6BEPC57.js?v=bd326320:9073:25)
at setupComponent (chunk-U6BEPC57.js?v=bd326320:9034:36)
at mountComponent (chunk-U6BEPC57.js?v=bd326320:7363:7)
at processComponent (chunk-U6BEPC57.js?v=bd326320:7329:9)
at patch (chunk-U6BEPC57.js?v=bd326320:6795:11)
### Screenshot
![image](https://github.com/intlify/vue-i18n/assets/34019878/734d195c-f532-4b24-945f-12dbf0bf9e8d)
### Additional context
_No response_
### Validations
- [X] Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n/blob/master/.github/CONTRIBUTING.md)
- [X] Read the [Documentation](https://vue-i18n.intlify.dev/)
- [X] Check that there isn't [already an issue](https://github.com/intlify/vue-i18n/issues) that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussions](https://github.com/intlify/vue-i18n/discussions)
The text was updated successfully, but these errors were encountered:
I use @nuxtjs/i18n with monaco-editor, When I used monaco-editor@0.50.0, it worked well, but when I upgraded monaco-editor to 0.52.0, the same error occurred, and I don't know which side is the cause.
Reporting a bug?
When I try to use a translation, I get this error:
main.ts
App.vue
components/MyNotification.vue
Please see the reproduction link.
Expected behavior
It should work without errors.
Reproduction
https://stackblitz.com/edit/github-o1kzje?file=src%2Fcomponents%2FMyNotification.vue
System Info
The text was updated successfully, but these errors were encountered: