forked from FoundKeyGang/FoundKey
locale migration
This commit is contained in:
parent
d91fa1a37a
commit
c6b25f317e
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