chore: chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392)

This commit is contained in:
Vben
2024-09-13 22:08:55 +08:00
committed by GitHub
parent d27e5eeef7
commit 29f572abd3
22 changed files with 341 additions and 174 deletions

View File

@@ -24,7 +24,7 @@ export const useLockStore = defineStore('core-lock', {
},
},
persist: {
paths: ['isLockScreen', 'lockScreenPassword'],
pick: ['isLockScreen', 'lockScreenPassword'],
},
state: (): AppState => ({
isLockScreen: false,