mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(ActionSheet): add close-icon description (#5019)
This commit is contained in:
parent
40f71584e8
commit
553b605f2c
@ -120,6 +120,7 @@ export default {
|
||||
| description | Description above the options | *string* | - | 2.2.8 |
|
||||
| overlay | Whether to show overlay | *boolean* | `true` | - |
|
||||
| round | Whether to show round corner | *boolean* | `true` | 2.0.9 |
|
||||
| close-icon | Close icon name | *string* | `close` | 2.2.13 |
|
||||
| close-on-click-action | Whether to close when click action | *boolean* | `false` | - |
|
||||
| close-on-click-overlay | Whether to close when click overlay | *boolean* | `true` | - |
|
||||
| lazy-render | Whether to lazy render util appeared | *boolean* | `true` | - |
|
||||
|
@ -130,6 +130,7 @@ export default {
|
||||
| description | 选项上方的描述信息 | *string* | - | 2.2.8 |
|
||||
| overlay | 是否显示遮罩层 | *boolean* | `true` | - |
|
||||
| round | 是否显示圆角 | *boolean* | `true` | 2.0.9 |
|
||||
| close-icon | 关闭图标名称或图片链接 | *string* | `close` | 2.2.13 |
|
||||
| close-on-click-action | 是否在点击选项后关闭 | *boolean* | `false` | - |
|
||||
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` | - |
|
||||
| lazy-render | 是否在显示弹层时才渲染节点 | *boolean* | `true` | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user