取消 app store 的持久化
This commit is contained in:
parent
a1b89a2f6e
commit
62c34ebc86
@ -2,7 +2,7 @@
|
||||
import { defineStore } from "pinia";
|
||||
|
||||
export const useAppStore = defineStore("app", {
|
||||
persist: true,
|
||||
persist: false,
|
||||
state: () => ({
|
||||
navigation_drawer: false,
|
||||
navigation_items: [
|
||||
|
Loading…
Reference in New Issue
Block a user