2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-10 07:12:28 +03:00

修复默认参数问题

This commit is contained in:
mxie
2018-03-22 10:02:14 +08:00
parent c954ed5d46
commit 2b5d709fb3
+1 -1
View File
@@ -148,7 +148,7 @@ export default {
showCloseIcon: false,
currentValue: this.value,
position: null,
userInput: '',
userInput: null,
ranges: [] // 快捷选项
}
},