mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-22 18:22:37 +08:00
修复更改subcommand时,output不变更的bug
This commit is contained in:
@@ -200,7 +200,7 @@ export default defineComponent({
|
||||
currentSubCommand() {
|
||||
if (!this.command.subCommands) return {};
|
||||
return this.command.subCommands.find(
|
||||
(cmd) => cmd.value === this.command.value
|
||||
(cmd) => cmd.value === this.command.subCommand
|
||||
);
|
||||
},
|
||||
commandName() {
|
||||
|
||||
Reference in New Issue
Block a user