docs(Calendar): add version tip

This commit is contained in:
陈嘉涵 2019-12-28 11:51:26 +08:00 committed by neverland
parent 9cbcd93e57
commit 11a5d44861

View File

@ -2,7 +2,7 @@
### 介绍
日历组件用于选择日期或日期区间
日历组件用于选择日期或日期区间2.4 版本开始支持此组件
### 引入
@ -198,7 +198,7 @@ export default {
| formatter | 日期格式化函数 | *(day: Day) => Day* | - | - |
| position | 弹出位置,可选值为 `top` `right` `left` | *string* | `bottom` | - |
| poppable | 是否以弹层的形式展示日历 | *boolean* | `true` | - |
| round | 是否显示圆角 | *boolean* | `true` | - |
| round | 是否显示圆角弹窗 | *boolean* | `true` | - |
| show-mark | 是否显示月份背景水印 | *boolean* | `true` | - |
| show-confirm | 是否展示确认按钮 | *boolean* | `true` | - |
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` | - |