Skip to content

Commit

Permalink
fix : fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeBather committed Feb 14, 2023
1 parent 563b16f commit d1bd4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ onMounted(()=>{
})
})
async function importBlockly(content){
const newPluginId = _import(content)
const newPluginId = await _import(content)
if(!newPluginId){
return
}
Expand Down

0 comments on commit d1bd4ea

Please sign in to comment.