mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(GoodsActionIcon): info warning (#8040)
This commit is contained in:
parent
0fda0d3411
commit
eb96e829f4
@ -51,8 +51,8 @@ export default createComponent({
|
|||||||
class={[bem('icon'), this.iconClass]}
|
class={[bem('icon'), this.iconClass]}
|
||||||
tag="div"
|
tag="div"
|
||||||
dot={this.dot}
|
dot={this.dot}
|
||||||
info={info}
|
|
||||||
name={this.icon}
|
name={this.icon}
|
||||||
|
badge={info}
|
||||||
color={this.color}
|
color={this.color}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user