From d1bd4ea46c8cd0cac5b5bdb29bb75262818a06c7 Mon Sep 17 00:00:00 2001 From: TimeBather Date: Tue, 14 Feb 2023 13:03:57 +0800 Subject: [PATCH] fix : fix #41 --- client/page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/page.vue b/client/page.vue index fb43b30..0050734 100644 --- a/client/page.vue +++ b/client/page.vue @@ -117,7 +117,7 @@ onMounted(()=>{ }) }) async function importBlockly(content){ - const newPluginId = _import(content) + const newPluginId = await _import(content) if(!newPluginId){ return }