@dcrackel/hematournamentui 1.0.190 → 1.0.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35701,6 +35701,14 @@ const fp = /* @__PURE__ */ ae(B4, [["render", k4]]), D4 = {
|
|
|
35701
35701
|
created() {
|
|
35702
35702
|
this.localDisplays = [...this.displays];
|
|
35703
35703
|
},
|
|
35704
|
+
watch: {
|
|
35705
|
+
displays: {
|
|
35706
|
+
handler(n) {
|
|
35707
|
+
this.localDisplays = [...n];
|
|
35708
|
+
},
|
|
35709
|
+
deep: !0
|
|
35710
|
+
}
|
|
35711
|
+
},
|
|
35704
35712
|
computed: {
|
|
35705
35713
|
scoreboards() {
|
|
35706
35714
|
return this.localDisplays.filter((n) => n.Type === "ScoreBoard");
|