优化varinput可选变量的获取逻辑

This commit is contained in:
fofolee
2025-01-07 09:21:53 +08:00
parent 4b3323c5db
commit d3709db4b3
5 changed files with 38 additions and 15 deletions

View File

@@ -49,6 +49,7 @@
>
<ComposerCard
v-model="commands[index]"
:command-index="index"
@remove="removeCommand(index)"
@run="handleRunCommand"
@add-branch="addBranch"