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
|
|
@ -292,8 +292,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
|
|||
)
|
||||
}
|
||||
})
|
||||
console.log('### uh', vuexState)
|
||||
//storage.setItem('vuex-lz', { ...vuexState, config: { ...config, highlight } })
|
||||
storage.setItem('vuex-lz', { ...vuexState, config: { ...config, highlight } })
|
||||
|
||||
if (recent === null) {
|
||||
console.debug(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue