mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-01 18:10:06 +00:00
Better event.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
v-on:set-budget="storeField($event)"
|
||||
v-on:set-category="storeField($event)"
|
||||
v-on:set-bill="storeField($event)"
|
||||
v-on:set-tags="storeTags(index, $event)"
|
||||
v-on:set-tags="storeField($event)"
|
||||
v-on:set-piggy-bank="storePiggyBank(index, $event)"
|
||||
v-on:set-internal-reference="storeInternalReference(index, $event)"
|
||||
v-on:set-external-url="storeExternalUrl(index, $event)"
|
||||
|
@@ -63,7 +63,7 @@ export default {
|
||||
watch: {
|
||||
'currentTag': 'initItems',
|
||||
tagList: function (value) {
|
||||
this.$emit('set-tags', value);
|
||||
this.$emit('set-tags', {field: 'tags', index: this.index, value: value});
|
||||
this.updateTags = false;
|
||||
this.tags = value;
|
||||
},
|
||||
|
Reference in New Issue
Block a user