2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 14:30:35 +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; set fixed time list to select;
```js ```js
{start: '00:00', step:'00:30' , end: '23:30'} {start: '00:00', step:'00:30' , end: '23:30', format: 'HH:mm' }
``` ```
| Attribute | Description | | Attribute | Description |
| --------- | ----------- | | --------- | ------------------------------------ |
| start | start time | | start | start time |
| step | step time | | step | step time |
| end | end time | | end | end time |
| format | the default is same as prop `format` |
### Events ### Events