From 082ff8c735eddacf8c5ce9a3afe55961e75d7e9f Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 12 Jun 2019 16:05:57 -0400 Subject: [PATCH] Formatting --- js/components/options_input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/components/options_input.js b/js/components/options_input.js index 85b3322e..03e868d0 100644 --- a/js/components/options_input.js +++ b/js/components/options_input.js @@ -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, }) }, },