fix: cache type error

plp
xingyu4j 3 years ago
parent 3e60ff2970
commit b908076a8b

@ -223,7 +223,7 @@ export const useAppStore = defineStore('app', {
return
}
this.layout = layout
wsCache.set(CACHE_KEY.THEME, this.layout)
wsCache.set(CACHE_KEY.LAYOUT, this.layout)
},
setTitle(title: string) {
this.title = title

Loading…
Cancel
Save