mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 06:50:05 +08:00
version: v4.8.6
This commit is contained in:
parent
85f0d43d7e
commit
7ca9663cb1
@ -25,9 +25,6 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"./src/**/*.{ts,tsx,vue}": [
|
||||
"vue-tsc --noEmit"
|
||||
],
|
||||
"*.{ts,tsx,json}": [
|
||||
"prettier --write"
|
||||
],
|
||||
|
@ -448,7 +448,7 @@ export const piniaMenuStore = defineStore(
|
||||
persist: {
|
||||
key: APP_CATCH_KEY.appPiniaMenuStore,
|
||||
storage: window.sessionStorage,
|
||||
paths: ['breadcrumbOptions', 'menuKey', 'menuTagOptions'],
|
||||
paths: ['breadcrumbOptions', 'menuKey', 'menuTagOptions', 'collapsed'],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user