[new feature] SubmitBar: add safe-area-inset-bottom prop (#3172)

This commit is contained in:
neverland
2019-04-18 19:09:12 +08:00
committed by GitHub
parent 83daca3f8d
commit 37518a2fb1
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ Use slot to add custom contents.
| loading | Whether to show loading icon | `Boolean` | `false` |
| currency | Currency symbol | `String` | `¥` |
| decimal-length | Number of digits to appear after the decimal point | `Number` | `2` |
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation, to enable those features use `viewport-fit=cover` in the `viewport` meta tag | `Boolean` | `false` |
### Event