Compare commits
No commits in common. "b29b573b9dbfafa470e3a1cc13cbf979360621b2" and "756a931ea578494520815a93f9b82c19188db9a4" have entirely different histories.
b29b573b9d
...
756a931ea5
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import {
|
||||
merge as _merge,
|
||||
clamp,
|
||||
clone,
|
||||
cloneDeep,
|
||||
findLastIndex,
|
||||
flatten,
|
||||
|
|
@ -283,7 +282,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
|||
dirty = true
|
||||
this.set({ user, value: clone(value) })
|
||||
vuexState.config.highlight[user]._migrated = 1
|
||||
console.debug(`Migrating user ${user}: ${ JSON.stringify(value) }`)
|
||||
console.log(user, value, this.highlight[user])
|
||||
}
|
||||
})
|
||||
storage.setItem('vuex-lz', vuexState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue