fix: cache type error

This commit is contained in:
xingyu4j 2022-12-06 16:32:25 +08:00
parent 3e60ff2970
commit b908076a8b

View File

@ -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