We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9de357 commit 37443acCopy full SHA for 37443ac
utils/store.ts
@@ -1,4 +1,5 @@
1
import {createGlobalState} from "@vueuse/shared"
2
+import {ref} from "vue"
3
4
export const useGlobalState = createGlobalState(() => {
5
const openModelSelect = ref(false)
0 commit comments