docs: add demo link of get-container prop (#5080)

This commit is contained in:
neverland
2019-11-22 11:08:39 +08:00
committed by GitHub
parent 86094485cb
commit 27e2e9cb2e
5 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ export default {
| options | 选项数组 | *Option[]* | `[]` | - |
| disabled | 是否禁用菜单 | *boolean* | `false` | - |
| title-class | 标题额外类名 | *string* | - | - |
| get-container | 指定弹出菜单挂载的节点,可以传入选择器,<br>或一个返回节点的函数 | *string \| () => Element* | - | 2.2.4 |
| get-container | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | *string \| () => Element* | - | 2.2.4 |
### DropdownItem Events