修复输出变量按钮状态显示错误BUG

This commit is contained in:
fofolee 2025-02-16 10:02:24 +08:00
parent 2757ad62fd
commit 522c452f85

View File

@ -10,10 +10,7 @@
<q-icon
name="output"
v-if="!command.neverHasOutput"
:class="[
'output-btn',
command.outputVariable ? 'output-btn-active' : '',
]"
:class="['output-btn', outputLength > 0 ? 'output-btn-active' : '']"
@click="showOutputEditor = true"
>
<q-tooltip>