@dcrackel/hematournamentui 1.0.110 → 1.0.112
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.
|
@@ -31594,6 +31594,14 @@ const ZO = /* @__PURE__ */ ye(qO, [["render", YO]]), GO = {
|
|
|
31594
31594
|
viewName: "List View"
|
|
31595
31595
|
};
|
|
31596
31596
|
},
|
|
31597
|
+
watch: {
|
|
31598
|
+
bouts: {
|
|
31599
|
+
handler(n) {
|
|
31600
|
+
this.$forceUpdate();
|
|
31601
|
+
},
|
|
31602
|
+
deep: !0
|
|
31603
|
+
}
|
|
31604
|
+
},
|
|
31597
31605
|
methods: {
|
|
31598
31606
|
handleCloseModal(n) {
|
|
31599
31607
|
if (this.showDirectorModal = !1, this.showEditBoutModal = !1, n.Status !== "Completed") {
|