@dcrackel/hematournamentui 1.0.82 → 1.0.83
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.
|
@@ -29192,6 +29192,11 @@ const Wp = /* @__PURE__ */ Re(MT, [["render", PT]]), NT = {
|
|
|
29192
29192
|
counter: this.count
|
|
29193
29193
|
};
|
|
29194
29194
|
},
|
|
29195
|
+
watch: {
|
|
29196
|
+
count(n) {
|
|
29197
|
+
this.counter = n;
|
|
29198
|
+
}
|
|
29199
|
+
},
|
|
29195
29200
|
computed: {
|
|
29196
29201
|
isRecommended() {
|
|
29197
29202
|
return this.counter === this.recommended;
|