docs(DropdownItem): update title slot description (#7558)

This commit is contained in:
neverland 2020-11-15 08:59:46 +08:00 committed by GitHub
parent 3e990f8d79
commit 97f2028e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,10 +164,10 @@ export default {
### DropdownItem Slots ### DropdownItem Slots
| 名称 | 说明 | | 名称 | 说明 |
| ------- | -------------------------- | | ------- | ---------------- |
| default | 菜单内容 | | default | 菜单内容 |
| title | 自定义标题,不支持动态渲染 | | title | 自定义菜单项标题 |
### DropdownItem 方法 ### DropdownItem 方法