feat(SidebarItem): add title slot (#7220)

This commit is contained in:
JSparow
2020-09-21 21:29:09 +08:00
committed by GitHub
parent f609c224b1
commit e201bc55ee
5 changed files with 41 additions and 1 deletions
+6
View File
@@ -119,3 +119,9 @@ export default {
| 事件名 | 说明 | 回调参数 |
| ------ | ---------- | ----------------------- |
| click | 点击时触发 | index: 当前导航项的索引 |
### SidebarItem Slots
| Name | Description |
| ----- | ----------- |
| title | 自定义标题 |