mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-05 03:52:59 +00:00
Better event.
This commit is contained in:
@@ -56,14 +56,13 @@ export default {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
methods: {},
|
||||
watch: {
|
||||
customFields: function (value) {
|
||||
this.availableFields = value;
|
||||
},
|
||||
url: function (value) {
|
||||
this.$emit('set-external-url', value);
|
||||
this.$emit('set-external-url', {field: 'external_url', index: index, value: value});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user