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