框架
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import {defineStore} from "pinia";
|
||||
import {ref} from "vue";
|
||||
|
||||
export const useSystemStore = defineStore("SystemStore", () => {
|
||||
|
||||
const isRoot = ref(false);
|
||||
return {
|
||||
|
||||
isRoot
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user