Skip to content

Commit 981a889

Browse files
committed
docs: update calendar doc
1 parent 5c3b77f commit 981a889

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/calendar/index.en-US.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ customize the progress dot by setting a scoped slot
2626
| defaultValue | The date selected by default | [moment](http://momentjs.com/) | default date |
2727
| disabledDate | Function that specifies the dates that cannot be selected | (currentDate: moment) => boolean | - |
2828
| fullscreen | Whether to display in full-screen | boolean | `true` |
29-
| locale | The calendar's locale | object | [default]
30-
(https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) |
29+
| locale | The calendar's locale | object | [default](https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) |
3130
| mode | The display mode of the calendar | `month` \| `year` | `month` |
3231
| 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) | - |
3332
| 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

Comments
 (0)