fix locale handling
This commit is contained in:
parent
84b488a912
commit
c6cfc3f908
2 changed files with 4 additions and 1 deletions
|
@ -145,6 +145,7 @@ export default defineComponent({
|
|||
watch: {
|
||||
lang() {
|
||||
localStorage.setItem('lang', this.lang);
|
||||
localStorage.removeItem('locale');
|
||||
location.reload();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue