2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-09 11:32:29 +03:00

docs: update the time-picker-options

This commit is contained in:
mengxiong10
2019-11-21 18:20:28 +08:00
parent 1f104841e7
commit 742c4083ea
+7 -6
View File
@@ -254,14 +254,15 @@ the shortcuts for the range picker
set fixed time list to select;
```js
{start: '00:00', step:'00:30' , end: '23:30'}
{start: '00:00', step:'00:30' , end: '23:30', format: 'HH:mm' }
```
| Attribute | Description |
| --------- | ----------- |
| start | start time |
| step | step time |
| end | end time |
| Attribute | Description |
| --------- | ------------------------------------ |
| start | start time |
| step | step time |
| end | end time |
| format | the default is same as prop `format` |
### Events