docs(DatetimePicker): fix show-toolbar default value

This commit is contained in:
陈嘉涵
2019-11-07 18:52:04 +08:00
parent 368a0123d8
commit e21c047306
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -159,6 +159,7 @@ export default {
| filter | Option filter | *(type, values) => values* | - | - |
| formatter | Option text formatter | *(type, value) => value* | - | - |
| title | Toolbar title | *string* | `''` | - |
| show-toolbar | Whether to show toolbar | *boolean* | `true` | - |
| loading | Whether to show loading prompt | *boolean* | `false` | - |
| item-height | Option height | *number* | `44` | - |
| confirm-button-text | Text of confirm button | *string* | `Confirm` | - |