1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(GoodsActionIcon): info warning ()

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

@ -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}
/>
);