fix(GoodsActionIcon): info warning (#8040)

This commit is contained in:
neverland 2021-01-30 10:43:14 +08:00 committed by GitHub
parent 0fda0d3411
commit eb96e829f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ export default createComponent({
class={[bem('icon'), this.iconClass]}
tag="div"
dot={this.dot}
info={info}
name={this.icon}
badge={info}
color={this.color}
/>
);