mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 01:10:36 +03:00
修复默认参数问题
This commit is contained in:
@@ -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: [] // 快捷选项
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user