mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-28 20:02:44 +08:00
修复输出变量按钮状态显示错误BUG
This commit is contained in:
parent
2757ad62fd
commit
522c452f85
@ -10,10 +10,7 @@
|
|||||||
<q-icon
|
<q-icon
|
||||||
name="output"
|
name="output"
|
||||||
v-if="!command.neverHasOutput"
|
v-if="!command.neverHasOutput"
|
||||||
:class="[
|
:class="['output-btn', outputLength > 0 ? 'output-btn-active' : '']"
|
||||||
'output-btn',
|
|
||||||
command.outputVariable ? 'output-btn-active' : '',
|
|
||||||
]"
|
|
||||||
@click="showOutputEditor = true"
|
@click="showOutputEditor = true"
|
||||||
>
|
>
|
||||||
<q-tooltip>
|
<q-tooltip>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user