From 8a7226aea48e298f4257e06211303440f54bd1d9 Mon Sep 17 00:00:00 2001 From: akshay Date: Thu, 26 Apr 2018 14:30:33 +0530 Subject: [PATCH] added input name attribute to v-bind --- datepicker/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/datepicker/index.vue b/datepicker/index.vue index 36843d8..15f2eef 100644 --- a/datepicker/index.vue +++ b/datepicker/index.vue @@ -3,7 +3,7 @@ :class="{'disabled': disabled}" :style="{'width': computedWidth,'min-width':range ? (type === 'datetime' ? '320px' : '210px') : '140px'}" v-clickoutside="closePopup"> -