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: [] // 快捷选项 } },