Replies: 3 comments
0 replies
|
Can confirm this, yesterday fixed this issue of useLocaleHead not being reactive, in one of my friend's projects. He was using "@nuxtjs/i18n": "^8.1.0" and when i downgraded to "@nuxtjs/i18n": "^8.0.0". That's all i can provide for now, i shouldn't share his project here without his permission, i might provide minimal reproduction if somehow i got time for it. but thankfully maintainers might come across this and check the OP's reproduction. |
0 replies
|
Based on this: #2771 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have this in my app.vue file
after upgrading to 8.0.1 or anything else above from 8.0.0 version, the lang and dir attribute is not getting updated when i set locale from useI18n() unless I change page.
I read the docs and change logs but not sure if am I missing something or not
All reactions