Compare commits

..

No commits in common. "b29b573b9dbfafa470e3a1cc13cbf979360621b2" and "756a931ea578494520815a93f9b82c19188db9a4" have entirely different histories.

View file

@ -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)