Replies: 1 comment
-
This is an issue not directly related to |
Beta Was this translation helpful? Give feedback.
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.
-
In an example in the docs I saw this
In my case the user language comes in the JWT token, from my server (it's metadata in the token payload).
I succeeded in getting the correct language in App.vue, as follows
But this causes a slight twitch, since 'nl' is loaded in main.ts, and only after the session is available, does the language update.
Any idea how I can tackle this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions