mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Better event.
This commit is contained in:
parent
afe6f07e61
commit
7aaec92ae6
@ -44,7 +44,7 @@
|
|||||||
v-on:set-time="storeTime($event)"
|
v-on:set-time="storeTime($event)"
|
||||||
v-on:set-custom-date="storeField($event)"
|
v-on:set-custom-date="storeField($event)"
|
||||||
v-on:set-budget="storeField($event)"
|
v-on:set-budget="storeField($event)"
|
||||||
v-on:set-category="storeCategory(index, $event)"
|
v-on:set-category="storeField($event)"
|
||||||
v-on:set-bill="storeBill(index, $event)"
|
v-on:set-bill="storeBill(index, $event)"
|
||||||
v-on:set-tags="storeTags(index, $event)"
|
v-on:set-tags="storeTags(index, $event)"
|
||||||
v-on:set-piggy-bank="storePiggyBank(index, $event)"
|
v-on:set-piggy-bank="storePiggyBank(index, $event)"
|
||||||
|
@ -93,7 +93,7 @@ export default {
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
category: function (value) {
|
category: function (value) {
|
||||||
this.$emit('set-category', value);
|
this.$emit('set-category', {field: 'category', index: this.index, value: value});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
Reference in New Issue
Block a user