Skip to content
Snippets Groups Projects
Commit c6b25f31 authored by syuilo's avatar syuilo
Browse files

locale migration

parent d91fa1a3
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment