account migration
This commit is contained in:
parent
661082303d
commit
ce1b3f9188
2 changed files with 7 additions and 3 deletions
|
|
@ -38,6 +38,11 @@ if (localStorage.getItem('vuex') != null) {
|
|||
location.reload();
|
||||
}
|
||||
|
||||
if (localStorage.getItem('accounts') != null) {
|
||||
set('accounts', JSON.parse(localStorage.getItem('accounts')));
|
||||
localStorage.removeItem('accounts');
|
||||
}
|
||||
|
||||
import * as Sentry from '@sentry/browser';
|
||||
import { Integrations } from '@sentry/tracing';
|
||||
import { createApp, toRaw, watch } from 'vue';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue