debug
This commit is contained in:
parent
da49b0d009
commit
13d9a281c9
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
||||||
const vuexState = await storage.getItem('vuex-lz')
|
const vuexState = await storage.getItem('vuex-lz')
|
||||||
const { highlight } = vuexState.config
|
const { highlight } = vuexState.config
|
||||||
Object.entries(highlight).forEach(([user, value]) => {
|
Object.entries(highlight).forEach(([user, value]) => {
|
||||||
if ((highlight[user]._migrated || 0) < 1) {
|
if ((highlight[user]._migrated || 0) < 2) {
|
||||||
vuexState.config.highlight[user]._migrated = 1
|
// vuexState.config.highlight[user]._migrated = 1
|
||||||
this.set({ user, value })
|
this.set({ user, value })
|
||||||
console.log(user, value, this.highlight[user])
|
console.log(user, value, this.highlight[user])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue