@dcrackel/hematournamentui 1.0.257 → 1.0.259
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.
|
@@ -10726,7 +10726,7 @@ const pw = /* @__PURE__ */ ie(nw, [["render", hw]]), fw = {
|
|
|
10726
10726
|
}));
|
|
10727
10727
|
},
|
|
10728
10728
|
handleSubmit() {
|
|
10729
|
-
this.localEvent.rules = this.convertEventConfigToRules(this.eventConfig), this.$emit("update:submit", this.localEvent);
|
|
10729
|
+
this.localEvent.rules = this.convertEventConfigToRules(this.eventConfig), console.log(this.localEvent), this.$emit("update:submit", this.localEvent);
|
|
10730
10730
|
},
|
|
10731
10731
|
handleCancel() {
|
|
10732
10732
|
this.$emit("update:cancel");
|
|
@@ -10815,7 +10815,7 @@ const qg = /* @__PURE__ */ ie(fw, [["render", Iw]]), mw = {
|
|
|
10815
10815
|
this.$emit("update:closeModal", this.bout);
|
|
10816
10816
|
},
|
|
10817
10817
|
handleSubmitBout(n) {
|
|
10818
|
-
this.$emit("submit
|
|
10818
|
+
console.log("------------------"), console.log(n), this.$emit("update:submit", n);
|
|
10819
10819
|
}
|
|
10820
10820
|
}
|
|
10821
10821
|
}, Ew = { class: "flex w-full justify-end mt-1" };
|