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

@@ -465,7 +465,7 @@ export const useTabbarStore = defineStore('core-tabbar', {
persist: [
// tabs不需要保存在localStorage
{
paths: ['tabs'],
pick: ['tabs'],
storage: sessionStorage,
},
],