Skip to content

Commit

Permalink
docs: update calendar doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jan 12, 2023
1 parent 4531564 commit 4b29358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-vant/src/components/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import { Calendar } from 'react-vant';
| maxDate | 可选择的最大日期 | _Date_ | 当前日期的六个月后 |
| rowHeight | 日期行高 | _number \| string_ | `64` |
| formatter | 日期格式化函数 | _(day: Day) => Day_ | - |
| horizontal | 水平滑动 | _boolean_ | - |
| poppable | 是否以弹层的形式展示日历 | _boolean_ | `true` |
| lazyRender | 是否只渲染可视区域的内容 | _boolean_ | `false` |
| showMark | 是否显示月份背景水印 | _boolean_ | `true` |
Expand Down

0 comments on commit 4b29358

Please sign in to comment.