From ca3dfd3841b68522fca2f876c49a135cdf40b2b8 Mon Sep 17 00:00:00 2001 From: Jazee6 Date: Thu, 6 Jun 2024 10:19:49 +0800 Subject: [PATCH] fix: ref is not defined --- utils/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/store.ts b/utils/store.ts index 1c0c92a..d502c7b 100644 --- a/utils/store.ts +++ b/utils/store.ts @@ -1,5 +1,6 @@ import {createGlobalState} from "@vueuse/shared" import {ref} from "vue" +import {uniModals} from "./db" export const useGlobalState = createGlobalState(() => { const openModelSelect = ref(false)