结构调整

This commit is contained in:
fofolee
2022-04-08 10:26:32 +08:00
parent 001897ad48
commit cfd7f2f884
12 changed files with 23 additions and 12 deletions

View File

@@ -357,7 +357,7 @@ export default {
cmd = await this.replaceTempInputVals(cmd);
let terminal = false;
let raw = true;
switch (this.$refs.menu.currentCommand.output) {
switch (this.$refs.menu?.currentCommand.output) {
case "html":
raw = false;
break;

View File

@@ -5,7 +5,7 @@
<script>
import * as monaco from "monaco-editor";
import { toRaw } from "vue";
import importAll from "../js/importAll.js";
import importAll from "../js/common/importAll.js";
// 批量导入声明文件
let apis = importAll(