[Doc] DatetimePicker: usage of minTime/maxTime

This commit is contained in:
陈嘉涵
2018-03-22 16:46:06 +08:00
parent a0bed46a63
commit 75fb2544ff
4 changed files with 3 additions and 13 deletions

View File

@@ -4,8 +4,6 @@
<van-datetime-picker
v-model="currentDate1"
type="datetime"
:min-hour="minHour"
:max-hour="maxHour"
:min-date="minDate"
:max-date="maxDate"
/>
@@ -33,7 +31,6 @@
type="time"
:min-hour="minHour"
:max-hour="maxHour"
:min-date="minDate"
/>
</demo-block>
</demo-section>