feat(DropdownItem): add title slot (#4975)

This commit is contained in:
neverland
2019-11-10 11:47:11 +08:00
committed by GitHub
parent 76cdb03962
commit 9d12e895fe
6 changed files with 45 additions and 2 deletions
+7
View File
@@ -144,6 +144,13 @@ export default {
| opened | 打开菜单栏且动画结束后触发 | - |
| close | 关闭菜单栏时触发 | - |
### DropdownItem Slots
| 名称 | 说明 |
|------|------|
| default | 菜单内容 |
| title | 自定义标题,不支持动态渲染 |
### DropdownItem 方法
通过 ref 可以获取到 DropdownItem 实例并调用实例方法