-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting plugins to Vue (i18n) #33
Comments
Hi, It looks like it depends whether you're using composition api or options api in your code. Make sure you're using v9 of i18n. If you're using Options api, instead of If you're using Composition API it looks like i18n provides a composable that you can use to use in your setup functions (or script setup), so there should be no need to config ngVue at all for it. |
Much thanks, i didn't found your documentation before. I'll close issue after successful tests. |
Having problem with syntax, but in your example it is the same.
Maybe that happens because i'm importing without import statement? Btw ngVue works like that |
Are you using TypeScript? If not remove |
Yeah, thanks a lot for help! Now it works |
Hello, i would like to connect the i18n translations to the ngVue. Tried a lot of examples, searching inside the main files. I saw that you did plugins functionality, but can you please explain how to use it, and connect for example i18n?
The text was updated successfully, but these errors were encountered: