Emit field change events from root
This commit is contained in:
parent
6fa57c310a
commit
90240c19af
@ -89,7 +89,7 @@ export default {
|
|||||||
this.showValid = valid
|
this.showValid = valid
|
||||||
|
|
||||||
// Emit a change event
|
// Emit a change event
|
||||||
this.$emit('fieldChange', {
|
this.$root.$emit('field-change', {
|
||||||
value,
|
value,
|
||||||
valid,
|
valid,
|
||||||
name: this.name
|
name: this.name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user