Merge pull request #3091 from SergioCrisostomo/datepicker

Allow DatePicker to receive TimePicker options
This commit is contained in:
Aresn 2018-03-05 09:59:52 +08:00 committed by GitHub
commit c3beef276c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View file

@ -91,6 +91,7 @@
:value="dates"
:format="format"
:time-disabled="timeDisabled"
v-bind="timePickerOptions"
@on-pick="handleRangePick"
@on-pick-click="handlePickClick"
@on-pick-clear="handlePickClear"