Better event.

This commit is contained in:
James Cole
2021-02-23 06:31:51 +01:00
parent afe6f07e61
commit 7aaec92ae6
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export default {
},
watch: {
category: function (value) {
this.$emit('set-category', value);
this.$emit('set-category', {field: 'category', index: this.index, value: value});
}
},
computed: {