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