[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
-3
View File
@@ -15,8 +15,6 @@ Vue.use(DatetimePicker);
<van-datetime-picker
v-model="currentDate"
type="datetime"
:min-hour="minHour"
:max-hour="maxHour"
:min-date="minDate"
:max-date="maxDate"
/>
@@ -84,7 +82,6 @@ export default {
type="time"
:min-hour="minHour"
:max-hour="maxHour"
:min-date="minDate"
/>
```