From 981a889098b7dd47c27cd575706fb60f7ac29d03 Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Tue, 8 Jan 2019 14:45:11 +0800 Subject: [PATCH] docs: update calendar doc --- components/calendar/index.en-US.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/calendar/index.en-US.md b/components/calendar/index.en-US.md index 7763009f8..5f755c74f 100644 --- a/components/calendar/index.en-US.md +++ b/components/calendar/index.en-US.md @@ -26,8 +26,7 @@ customize the progress dot by setting a scoped slot | defaultValue | The date selected by default | [moment](http://momentjs.com/) | default date | | disabledDate | Function that specifies the dates that cannot be selected | (currentDate: moment) => boolean | - | | fullscreen | Whether to display in full-screen | boolean | `true` | -| locale | The calendar's locale | object | [default] -(https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) | +| locale | The calendar's locale | object | [default](https://github.com/vueComponent/ant-design-vue/blob/master/components/date-picker/locale/example.json) | | mode | The display mode of the calendar | `month` \| `year` | `month` | | 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) | - | | monthFullCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will override the cell | function(date: moment) | - |