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 37443ac commit ca3dfd3Copy full SHA for ca3dfd3
utils/store.ts
@@ -1,5 +1,6 @@
1
import {createGlobalState} from "@vueuse/shared"
2
import {ref} from "vue"
3
+import {uniModals} from "./db"
4
5
export const useGlobalState = createGlobalState(() => {
6
const openModelSelect = ref(false)
0 commit comments