2023-11-29 feat: 持久化缓存

This commit is contained in:
YunaiV
2024-02-29 23:14:47 +08:00
parent 8f14355903
commit 3be088e370
6 changed files with 10 additions and 11 deletions

View File

@ -268,7 +268,8 @@ export const useAppStore = defineStore('app', {
setFooter(footer: boolean) {
this.footer = footer
}
}
},
persist: false
})
export const useAppStoreWithOut = () => {