Add emiter to all input fields

This commit is contained in:
leigh-mil
2019-04-02 15:38:46 -04:00
parent 8b10732ac9
commit 02cc18a93f
6 changed files with 12 additions and 2 deletions

View File

@@ -10,7 +10,9 @@ export default {
const { value, name } = event
if (typeof this[name] !== undefined) {
this[name] = value
this.disabled = false
if (event['parent_uid'] === this._uid) {
this.disabled = false
}
}
},
},