feat(ActionSheet): add close-on-popstate prop (#5716)

This commit is contained in:
chenjiahan
2020-02-25 19:04:00 +08:00
parent f070773b42
commit a5acd379f7
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ export default {
| overlay | Whether to show overlay | *boolean* | `true` |
| lock-scroll | Whether to lock background scroll | *boolean* | `true` |
| lazy-render | Whether to lazy render util appeared | *boolean* | `true` |
| close-on-popstate `v2.5.3` | Whether to close when popstate | *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` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` |