version: v4.8.6

This commit is contained in:
XiaoDaiGua-Ray 2024-05-27 17:45:28 +08:00
parent 85f0d43d7e
commit 7ca9663cb1
2 changed files with 1 additions and 4 deletions

View File

@ -25,9 +25,6 @@
} }
}, },
"lint-staged": { "lint-staged": {
"./src/**/*.{ts,tsx,vue}": [
"vue-tsc --noEmit"
],
"*.{ts,tsx,json}": [ "*.{ts,tsx,json}": [
"prettier --write" "prettier --write"
], ],

View File

@ -448,7 +448,7 @@ export const piniaMenuStore = defineStore(
persist: { persist: {
key: APP_CATCH_KEY.appPiniaMenuStore, key: APP_CATCH_KEY.appPiniaMenuStore,
storage: window.sessionStorage, storage: window.sessionStorage,
paths: ['breadcrumbOptions', 'menuKey', 'menuTagOptions'], paths: ['breadcrumbOptions', 'menuKey', 'menuTagOptions', 'collapsed'],
}, },
}, },
) )