mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
locale migration
This commit is contained in:
parent
5090a13f8c
commit
acd2e73177
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ if (localStorage.getItem('vuex') != null) {
|
|||
localStorage.setItem('vuex-old', JSON.stringify(vuex));
|
||||
localStorage.removeItem('vuex');
|
||||
localStorage.removeItem('i');
|
||||
localStorage.removeItem('locale');
|
||||
|
||||
location.reload();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue