@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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.110",
4
+ "version": "1.0.112",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
@@ -137,6 +137,14 @@ export default {
137
137
  viewName: "List View"
138
138
  };
139
139
  },
140
+ watch: {
141
+ bouts: {
142
+ handler(newBouts) {
143
+ this.$forceUpdate();
144
+ },
145
+ deep: true,
146
+ }
147
+ },
140
148
  methods: {
141
149
  handleCloseModal(bout) {
142
150
  this.showDirectorModal = false;