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
Problem
The locale setting did not take effect when set. After investigation, this is caused by the router guard logic, where it change the locale basic on checking the router params.
Solution
Changed the logic to use the stored locale in appStore, and set it to the stored locale in the beforeEach callback.
The text was updated successfully, but these errors were encountered:
Problem
The locale setting did not take effect when set. After investigation, this is caused by the router guard logic, where it change the locale basic on checking the router params.
Solution
Changed the logic to use the stored locale in appStore, and set it to the stored locale in the beforeEach callback.
The text was updated successfully, but these errors were encountered: