fix vuex->pinia migration for sync/local stores

This commit is contained in:
Henry Jameson 2026-04-10 16:54:16 +03:00
commit 37b562c4aa
3 changed files with 3 additions and 8 deletions

View file

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