Chore: update picker docs

This commit is contained in:
Leopoldthecoder
2018-01-15 22:02:03 +08:00
committed by 杨奕
parent cf3490cfea
commit cbe5b3c0e5
7 changed files with 13 additions and 1 deletions

View File

@@ -192,6 +192,8 @@
| value-format | 可选仅TimePicker时可用绑定值的格式同DatePicker | string | 小时 `HH`,分 `mm`,秒 `ss`AM/PM `A` | — |
| default-value | 可选,选择器打开时默认显示的时间 | Date(TimePicker) / string(TimeSelect) | 可被`new Date()`解析(TimePicker) / 可选值(TimeSelect) | — |
| name | 原生属性 | string | — | — |
| prefix-icon | 自定义头部图标的类名 | string | — | el-icon-time |
| clear-icon | 自定义清空图标的类名 | string | — | el-icon-circle-close |
### Time Select Options
| 参数 | 说明 | 类型 | 可选值 | 默认值 |