mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 09:41:22 +00:00
Single event
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
transactionAmount: function (value) {
|
||||
this.$emit('set-amount', {field: 'amount', index: this.index, value: value});
|
||||
this.$emit('set-field', {field: 'amount', index: this.index, value: value});
|
||||
},
|
||||
amount: function (value) {
|
||||
this.transactionAmount = value;
|
||||
|
||||
Reference in New Issue
Block a user