Skip to content

Commit 37443ac

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

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,4 +1,5 @@
11
import {createGlobalState} from "@vueuse/shared"
2+
import {ref} from "vue"
23

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

0 commit comments

Comments
 (0)