mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 07:03:00 +08:00
version: v4.8.6
This commit is contained in:
parent
85f0d43d7e
commit
7ca9663cb1
@ -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"
|
||||||
],
|
],
|
||||||
|
@ -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'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user