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
@@ -110,3 +110,9 @@ export default {
| Event | Description | Arguments |
| ----- | ------------------------- | ---------------------------- |
| click | Triggered when click item | index: index of current item |
### SidebarItem Slots
| Name | Description |
| ----- | ---------------- |
| title | Custom item title |