Formatting

This commit is contained in:
richard-dds
2019-06-13 13:33:15 -04:00
parent eb4172517b
commit 06ea746f38
2 changed files with 7 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ export default {
emitEvent('field-mount', this, {
optional: this.optional,
name: this.name,
valid: this._isValid(this.value)
valid: this._isValid(this.value),
})
},
@@ -150,6 +150,6 @@ export default {
}
return valid
}
},
},
}