fix vuex->pinia migration for sync/local stores
This commit is contained in:
parent
759fd5c9d5
commit
37b562c4aa
3 changed files with 3 additions and 8 deletions
|
|
@ -42,8 +42,6 @@ export default function createPersistedState({
|
|||
console.info('waiting for old state to be loaded...')
|
||||
return Promise.resolve()
|
||||
} else {
|
||||
console.log(key, state)
|
||||
debugger
|
||||
return storage.setItem(key, state)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue