mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
结构调整
This commit is contained in:
@@ -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;
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user