2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-20 13:00:36 +03:00

docs: update default-panel

This commit is contained in:
mengxiong10
2020-06-07 10:56:07 +08:00
parent 7835ffbac4
commit 9f34779246
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ You can also override some of the default locale by `lang`.
| input-class | input classname | `string` | 'mx-input' |
| input-attr | input attrs(eg: { name: 'date', id: 'foo'}) | `object` | — |
| open | open state of picker | `boolean` | - |
| default-panel | default panel of the picker | year\|month | - |
| popup-style | popup style | `object` | — |
| popup-class | popup classes | | — |
| shortcuts | set shortcuts to select | `Array<{text, onClick}>` | - |