[new feature] Popup: support getContaienr (#611)

This commit is contained in:
neverland
2018-02-06 19:55:40 +08:00
committed by GitHub
parent 3556d5e7d1
commit 30e42284e9
26 changed files with 91 additions and 47 deletions
+1
View File
@@ -72,6 +72,7 @@ export default {
| cancel-text | 取消按钮文案 | `String` | - | - |
| overlay | 是否显示遮罩 | `Boolean` | - | - |
| close-on-click-overlay | 点击遮罩是否关闭`Actionsheet` | `Boolean` | - | - |
| get-container | 指定挂载的 HTML 节点 | `Function` | - | `() => HTMLElement` |
### actions