Single event

This commit is contained in:
James Cole
2021-02-23 06:45:09 +01:00
parent 419c1a75dd
commit 09d751076e
15 changed files with 15 additions and 28 deletions

View File

@@ -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;