Formatting

This commit is contained in:
richard-dds 2019-06-12 16:05:57 -04:00
parent 31d95e51bc
commit 082ff8c735

View File

@ -17,7 +17,7 @@ export default {
type: Boolean,
default: false,
},
optional: Boolean
optional: Boolean,
},
created: function() {
@ -46,7 +46,7 @@ export default {
value: e.target.value,
name: this.name,
watch: this.watch,
valid: this.showValid
valid: this.showValid,
})
},
},