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
@@ -99,7 +99,7 @@ export default {
| title | Title | *string* | - | - |
| cancel-text | Text of cancel button | *string* | - | - |
| overlay | Whether to show overlay | *boolean* | `true` | - |
| round | Whether to show round corner | *boolean* | `false` | 2.0.9 |
| round | Whether to show round corner | *boolean* | `true` | 2.0.9 |
| 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` | - |