mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 07:05:03 +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