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

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