feat(ActionSheet): enable round by default (#4542)

This commit is contained in:
neverland
2019-09-23 15:45:22 +08:00
committed by GitHub
parent 9e1758c1d8
commit 77b08b15db
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export default {
| title | 标题 | *string* | - | - |
| cancel-text | 取消按钮文字 | *string* | - | - |
| overlay | 是否显示遮罩层 | *boolean* | `true` | - |
| round | 是否显示圆角 | *boolean* | `false` | 2.0.9 |
| round | 是否显示圆角 | *boolean* | `true` | 2.0.9 |
| close-on-click-action | 是否在点击选项后关闭 | *boolean* | `false` | - |
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` | - |
| lazy-render | 是否在显示弹层时才渲染节点 | *boolean* | `true` | - |