File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ You can also override some of the default locale by `lang`.
133
133
| input-class | input classname | ` string ` | 'mx-input' |
134
134
| input-attr | input attrs(eg: { name: 'date', id: 'foo'}) | ` object ` | — |
135
135
| open | open state of picker | ` boolean ` | - |
136
+ | default-panel | default panel of the picker | year\| month | - |
136
137
| popup-style | popup style | ` object ` | — |
137
138
| popup-class | popup classes | | — |
138
139
| shortcuts | set shortcuts to select | ` Array<{text, onClick}> ` | - |
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ import 'vue2-datepicker/locale/zh-cn';
131
131
| input-class | 输入框的类 | ` string ` | 'mx-input' |
132
132
| input-attr | 输入框的其他属性(eg: { name: 'date', id: 'foo'}) | ` object ` | — |
133
133
| open | 控制弹出层的显示 | ` boolean ` | - |
134
+ | default-panel | 控制打开的面板 | year\| month | - |
134
135
| popup-style | 弹出层的样式 | ` object ` | — |
135
136
| popup-class | 弹出层的类 | | — |
136
137
| shortcuts | 设置快捷选择 | ` Array<{text, onClick}> ` | - |
You can’t perform that action at this time.
0 commit comments