feat(ActionSheet): enable safe-area-inset-bottom by default (#4524)

This commit is contained in:
neverland
2019-09-21 07:42:15 +08:00
committed by GitHub
parent 890936f61d
commit 16a5de6d5f
6 changed files with 22 additions and 62 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export default {
| lock-scroll | Whether to lock background scroll | *boolean* | `true` | - |
| duration | Transition duration, unit second | *number* | `0.3` | 2.0.3 |
| get-container | Return the mount node for action-sheet | *string \| () => Element* | - | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `false` | - |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | *boolean* | `true` | - |
### Events