mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-10 07:12:28 +03:00
修复默认参数问题
This commit is contained in:
@@ -148,7 +148,7 @@ export default {
|
||||
showCloseIcon: false,
|
||||
currentValue: this.value,
|
||||
position: null,
|
||||
userInput: '',
|
||||
userInput: null,
|
||||
ranges: [] // 快捷选项
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user