[bugfix] Picker: misspelling of visibleItemCount (#549)

This commit is contained in:
neverland
2018-01-18 14:31:54 +08:00
committed by GitHub
parent d8dc44a780
commit 838c34578e
7 changed files with 10 additions and 9 deletions

View File

@@ -25,6 +25,7 @@
<van-datetime-picker
v-model="currentDate3"
type="time"
:visibleItemCount="3"
:min-hour="minHour"
:max-hour="maxHour"
:min-date="minDate"