From eb96e829f4778566c2ae2814f38d2c1c562c0d77 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 30 Jan 2021 10:43:14 +0800 Subject: [PATCH] fix(GoodsActionIcon): info warning (#8040) --- src/goods-action-icon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goods-action-icon/index.js b/src/goods-action-icon/index.js index 3ff75177d..c72ff3bd1 100644 --- a/src/goods-action-icon/index.js +++ b/src/goods-action-icon/index.js @@ -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} /> );