fix: 解决编辑器不能正常执行worker的问题

This commit is contained in:
奔跑的面条
2022-07-06 14:40:35 +08:00
parent 6da5c613de
commit 6a5fe679be
4 changed files with 25 additions and 26 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import MonacoEditor from './index.vue';
import EditorWorker from './EditorWorker.vue';
export { MonacoEditor };
export { MonacoEditor, EditorWorker };