From 2b5d709fb376c7229722e4d098a6218d57228881 Mon Sep 17 00:00:00 2001 From: mxie <15623530290@163.com> Date: Thu, 22 Mar 2018 10:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datepicker/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datepicker/index.vue b/datepicker/index.vue index eb59e51..d94ff01 100644 --- a/datepicker/index.vue +++ b/datepicker/index.vue @@ -148,7 +148,7 @@ export default { showCloseIcon: false, currentValue: this.value, position: null, - userInput: '', + userInput: null, ranges: [] // 快捷选项 } },