wip
This commit is contained in:
parent
e05ffbb350
commit
2563f6d285
2 changed files with 6 additions and 4 deletions
|
|
@ -677,6 +677,7 @@ export const useSyncConfigStore = defineStore('sync_config', {
|
|||
// Various migrations
|
||||
console.debug('Migrating from old config')
|
||||
const vuexState = (await storage.getItem('vuex-lz')) ?? {}
|
||||
console.log('### sc', vuexState)
|
||||
const config = vuexState.config ?? {}
|
||||
|
||||
const migratedEntries = new Set(config._syncMigration ?? [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue