@dcrackel/hematournamentui 1.0.138 → 1.0.140
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.
|
@@ -711,7 +711,7 @@ function _p(n, e, t, r, i, o) {
|
|
|
711
711
|
label: "Edit",
|
|
712
712
|
class: "mt-2",
|
|
713
713
|
primary: "",
|
|
714
|
-
onClick:
|
|
714
|
+
onClick: o.onClick
|
|
715
715
|
}, null, 8, ["onClick"])
|
|
716
716
|
])
|
|
717
717
|
]);
|
|
@@ -9910,10 +9910,10 @@ const Rl = /* @__PURE__ */ de(MQ, [["render", TQ], ["__scopeId", "data-v-00d7fd2
|
|
|
9910
9910
|
},
|
|
9911
9911
|
methods: {
|
|
9912
9912
|
onClick() {
|
|
9913
|
-
this.$emit("edit", this.detail.TournamentId);
|
|
9913
|
+
console.log("TournamentCard onClick", this.detail.TournamentId), this.$emit("edit", this.detail.TournamentId);
|
|
9914
9914
|
},
|
|
9915
9915
|
listEvents() {
|
|
9916
|
-
this.$emit("listEvents", this.detail.TournamentId);
|
|
9916
|
+
console.log("TournamentCard listEvents", this.detail.TournamentId), this.$emit("listEvents", this.detail.TournamentId);
|
|
9917
9917
|
}
|
|
9918
9918
|
}
|
|
9919
9919
|
};
|