How to change SEO attributes (lang, dir html attribute) with no prefix strategy #2840
Unanswered
jesspinklet
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this in my app.vue for direction and language.

while using strategy prefix and changing the locale with
setLocale()it will be updatedas expected.
however, with
no prefixstrategy it seems it's not reactive or its not getting updated.is this how it supposed to be? If yes, what's the best way to add a reactive lang and a dir attribute to html?
Beta Was this translation helpful? Give feedback.
All reactions