diff --git a/src/action-sheet/README.md b/src/action-sheet/README.md index e693d38b2..c989af957 100644 --- a/src/action-sheet/README.md +++ b/src/action-sheet/README.md @@ -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` | - | diff --git a/src/action-sheet/README.zh-CN.md b/src/action-sheet/README.zh-CN.md index 0cfa0097f..c74f44ce3 100644 --- a/src/action-sheet/README.zh-CN.md +++ b/src/action-sheet/README.zh-CN.md @@ -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` | - |