You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| locale | The calendar's locale | object |[default](https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json)|
31
30
| mode | The display mode of the calendar |`month`\|`year`|`month`|
32
31
| monthCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will be appended to the cell | function(date: moment) | - |
33
32
| monthFullCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will override the cell | function(date: moment) | - |
0 commit comments