mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-28 11:52:46 +08:00
修复输出变量按钮状态显示错误BUG
This commit is contained in:
parent
2757ad62fd
commit
522c452f85
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user