File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Use `info` prop to show badge in icon
5050<van-goods-action >
5151 <van-goods-action-icon icon =" chat-o" text =" Icon1" />
5252 <van-goods-action-icon icon =" cart-o" text =" Icon2" info =" 5" />
53- <van-goods-action-icon icon =" shop-o" text =" Icon3" info =12 " />
53+ <van-goods-action-icon icon =" shop-o" text =" Icon3" info =" 12" />
5454 <van-goods-action-button type =" warning" text =" Button1" />
5555 <van-goods-action-button type =" danger" text =" Button2" />
5656</van-goods-action >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export default {
5050<van-goods-action >
5151 <van-goods-action-icon icon =" chat-o" text =" 客服" />
5252 <van-goods-action-icon icon =" cart-o" text =" 购物车" info =" 5" />
53- <van-goods-action-icon icon =" shop-o" text =" 店铺" info =12 " />
53+ <van-goods-action-icon icon =" shop-o" text =" 店铺" info =" 12" />
5454 <van-goods-action-button type =" warning" text =" 加入购物车" />
5555 <van-goods-action-button type =" danger" text =" 立即购买" />
5656</van-goods-action >
You can’t perform that action at this time.
0 commit comments