From 2cf26f518f7d7495f805be7032f59e558cabde0c Mon Sep 17 00:00:00 2001 From: mxie <15623530290@163.com> Date: Tue, 17 Apr 2018 15:21:24 +0800 Subject: [PATCH] clean --- datepicker/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/datepicker/index.vue b/datepicker/index.vue index e4adc16..f0b73f8 100644 --- a/datepicker/index.vue +++ b/datepicker/index.vue @@ -248,7 +248,6 @@ export default { if (!this.confirm && !this.disabled) { this.updateDate() if (!show && this.type === 'date' && !this.range) { - console.log('show') this.closePopup() } }