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
@@ -147,6 +147,7 @@ export default {
| overlay | 是否显示遮罩层 | *boolean* | `true` |
| lock-scroll | 是否锁定背景滚动 | *boolean* | `true` |
| lazy-render | 是否在显示弹层时才渲染节点 | *boolean* | `true` |
| close-on-popstate `v2.5.3` | 是否在页面回退时自动关闭 | *boolean* | `false` |
| close-on-click-action | 是否在点击选项后关闭 | *boolean* | `false` |
| close-on-click-overlay | 是否在点击遮罩层后关闭 | *boolean* | `true` |
| safe-area-inset-bottom | 是否开启[底部安全区适配](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `true` |