2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-24 01:10:36 +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, showCloseIcon: false,
currentValue: this.value, currentValue: this.value,
position: null, position: null,
userInput: '', userInput: null,
ranges: [] // 快捷选项 ranges: [] // 快捷选项
} }
}, },