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
+1 -1
View File
@@ -43,7 +43,7 @@ export default createComponent({
onClick={this.onClick}
>
<div class={bem('text')}>
{this.title}
{this.slots('title') ?? this.title}
<Info
dot={this.dot}
info={this.badge ?? this.info}