Skip to content

Commit ca3dfd3

Browse files
committed
fix: ref is not defined
1 parent 37443ac commit ca3dfd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {createGlobalState} from "@vueuse/shared"
22
import {ref} from "vue"
3+
import {uniModals} from "./db"
34

45
export const useGlobalState = createGlobalState(() => {
56
const openModelSelect = ref(false)

0 commit comments

Comments
 (0)