mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +08:00
docs(Calendar): add version tip
This commit is contained in:
parent
9cbcd93e57
commit
11a5d44861
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### 介绍
|
### 介绍
|
||||||
|
|
||||||
日历组件用于选择日期或日期区间
|
日历组件用于选择日期或日期区间,2.4 版本开始支持此组件
|
||||||
|
|
||||||
### 引入
|
### 引入
|
||||||
|
|
||||||
@ -198,7 +198,7 @@ export default {
|
|||||||
| formatter | 日期格式化函数 | *(day: Day) => Day* | - | - |
|
| formatter | 日期格式化函数 | *(day: Day) => Day* | - | - |
|
||||||
| position | 弹出位置,可选值为 `top` `right` `left` | *string* | `bottom` | - |
|
| position | 弹出位置,可选值为 `top` `right` `left` | *string* | `bottom` | - |
|
||||||
| poppable | 是否以弹层的形式展示日历 | *boolean* | `true` | - |
|
| poppable | 是否以弹层的形式展示日历 | *boolean* | `true` | - |
|
||||||
| round | 是否显示圆角 | *boolean* | `true` | - |
|
| round | 是否显示圆角弹窗 | *boolean* | `true` | - |
|
||||||
| show-mark | 是否显示月份背景水印 | *boolean* | `true` | - |
|
| show-mark | 是否显示月份背景水印 | *boolean* | `true` | - |
|
||||||
| show-confirm | 是否展示确认按钮 | *boolean* | `true` | - |
|
| show-confirm | 是否展示确认按钮 | *boolean* | `true` | - |
|
||||||
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` | - |
|
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` | - |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user