mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Better event.
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
bill: function (value) {
|
||||
this.$emit('set-bill', value);
|
||||
this.$emit('set-bill', {field: 'bill_id', index: this.index, value: value});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user