-
{{ state.sp.nomi.home }}
-
{{ punt.home }}
-
SET {{ set.home }}
-

+
+
{{ state.sp.nomi[primaSquadra] }}
+
{{ punt[primaSquadra] }}
+
SET {{ set[primaSquadra] }}
+
-
-
{{ state.sp.nomi.guest }}
-
{{ punt.guest }}
-
SET {{ set.guest }}
-

+
+
{{ state.sp.nomi[secondaSquadra] }}
+
{{ punt[secondaSquadra] }}
+
SET {{ set[secondaSquadra] }}
+
@@ -216,6 +216,8 @@ export default {
}
},
computed: {
+ primaSquadra() { return this.state.order ? 'home' : 'guest' },
+ secondaSquadra() { return this.state.order ? 'guest' : 'home' },
isPunteggioZeroZero() {
return this.state.sp.striscia.at(-1).ris === ''
},