feat(Calendar): add show-title prop (#5779)

This commit is contained in:
chenjiahan
2020-03-09 20:37:37 +08:00
parent ab82f42f6a
commit e575bb4bb1
5 changed files with 27 additions and 2 deletions
+1
View File
@@ -248,6 +248,7 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
| poppable | Whether to show the calendar inside a popup | *boolean* | `true` |
| round | Whether to show round corner | *boolean* | `true` |
| show-mark | Whether to show background month mark | *boolean* | `true` |
| show-title `v2.5.5` | Whether to show title | *boolean* | `true` |
| show-confirm | Whether to show confirm button | *boolean* | `true` |
| close-on-popstate `v2.4.4` | Whether to close when popstate | *boolean* | `false` |
| close-on-click-overlay | Whether to close when click overlay | *boolean* | `true` |