docs(ActionSheet): add close-icon description (#5019)

This commit is contained in:
neverland
2019-11-15 09:51:49 +08:00
committed by GitHub
parent 40f71584e8
commit 553b605f2c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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` | - |