feat: mostra stato ON/OFF sul bottone Striscia del controller
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
{{ state.visuForm ? 'Punteggio' : 'Formazioni' }}
|
{{ state.visuForm ? 'Punteggio' : 'Formazioni' }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-ctrl" @click="sendAction({ type: 'toggleStriscia' })">
|
<button class="btn btn-ctrl" @click="sendAction({ type: 'toggleStriscia' })">
|
||||||
Striscia
|
Striscia {{ state.visuStriscia ? 'ON' : 'OFF' }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-ctrl" @click="sendAction({ type: 'toggleOrder' })">
|
<button class="btn btn-ctrl" @click="sendAction({ type: 'toggleOrder' })">
|
||||||
Inverti
|
Inverti
|
||||||
|
|||||||
Reference in New Issue
Block a user