[new feature] ActionSheet: add round prop (#3874)

This commit is contained in:
neverland
2019-07-17 13:56:23 +08:00
committed by GitHub
parent 1c09a44751
commit e6a13e8887
5 changed files with 23 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ export default {
| title | 标题 | `string` | - | - |
| cancel-text | 取消按钮文字 | `string` | - | - |
| overlay | 是否显示遮罩层 | `boolean` | `true` | - |
| round | 是否显示圆角 | `boolean` | `false` | 2.0.9 |
| close-on-click-action | 是否在点击选项后关闭 | `boolean` | `false` | 2.0.0 |
| close-on-click-overlay | 是否在点击遮罩层后关闭 | `boolean` | `true` | - |
| lazy-render | 是否在显示弹层时才渲染节点 | `boolean` | `true` | - |