fix error
This commit is contained in:
parent
314dc3888c
commit
2290816e8b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
import {
|
import {
|
||||||
merge as _merge,
|
merge as _merge,
|
||||||
clamp,
|
clamp,
|
||||||
|
clone,
|
||||||
cloneDeep,
|
cloneDeep,
|
||||||
findLastIndex,
|
findLastIndex,
|
||||||
flatten,
|
flatten,
|
||||||
|
|
@ -282,7 +283,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
||||||
dirty = true
|
dirty = true
|
||||||
this.set({ user, value: clone(value) })
|
this.set({ user, value: clone(value) })
|
||||||
vuexState.config.highlight[user]._migrated = 1
|
vuexState.config.highlight[user]._migrated = 1
|
||||||
console.log(user, value, this.highlight[user])
|
console.debug(`Migrating user ${user}: ${ JSON.stringify(value) }`)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
storage.setItem('vuex-lz', vuexState)
|
storage.setItem('vuex-lz', vuexState)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue