mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +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;
|
||||
|
||||
Reference in New Issue
Block a user