feat(Sku): add safe-area-inset-bottom prop (#4428)

This commit is contained in:
neverland
2019-09-11 16:14:17 +08:00
committed by GitHub
parent 98eb54e534
commit 9e085c4c04
4 changed files with 13 additions and 5 deletions
+1
View File
@@ -143,6 +143,7 @@ export default {
| get-container | 指定挂载的节点,可以传入选择器,<br>或一个返回节点的函数 | *string \| () => HTMLElement* | - | - |
| initial-sku | 默认选中的 sku,具体参考高级用法 | *object* | `{}` | - |
| show-soldout-sku | 是否展示售罄的 sku,默认展示并置灰 | *boolean* | `true` | - |
| safe-area-inset-bottom | 是否开启底部安全区适配,[详细说明](#/zh-CN/quickstart#di-bu-an-quan-qu-gua-pei) | *boolean* | `false` | 2.2.1 |
### Events