Skip to content

Commit bec49f6

Browse files
authored
docs(GoodsAction): fix missing double quote (youzan#4681)
1 parent 1044179 commit bec49f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/goods-action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/goods-action/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)