breaking change: rename Info to Badge

This commit is contained in:
chenjiahan
2020-08-20 19:36:12 +08:00
parent 4e5f509b2f
commit 63bd4700ab
40 changed files with 157 additions and 178 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ export default createComponent({
}}
dot={item.dot}
type={type}
info={isDef(item.badge) ? item.badge : item.info}
badge={item.badge}
title={item.title}
color={this.color}
style={item.titleStyle}