diff --git a/src/components/ControllerPage.vue b/src/components/ControllerPage.vue index 0aee7fa..fb1e4ca 100644 --- a/src/components/ControllerPage.vue +++ b/src/components/ControllerPage.vue @@ -85,6 +85,7 @@
{{ state.sp.nomi[setVintoTeam] }}
Configura le formazioni per il prossimo set
+
@@ -471,6 +472,11 @@ export default { this.confirmReset = false }, + undoUltimoPoint() { + this.sendAction({ type: 'decPunt' }) + this.showSetVinto = false + }, + doNuovoSet() { this.sendAction({ type: 'nuovoSet', team: this.setVintoTeam }) this.showSetVinto = false