[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
@@ -97,6 +97,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` |
| 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` |