mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(GoodsAction): fix missing double quote (#4681)
This commit is contained in:
parent
1044179354
commit
bec49f691c
@ -50,7 +50,7 @@ Use `info` prop to show badge in icon
|
|||||||
<van-goods-action>
|
<van-goods-action>
|
||||||
<van-goods-action-icon icon="chat-o" text="Icon1" />
|
<van-goods-action-icon icon="chat-o" text="Icon1" />
|
||||||
<van-goods-action-icon icon="cart-o" text="Icon2" info="5" />
|
<van-goods-action-icon icon="cart-o" text="Icon2" info="5" />
|
||||||
<van-goods-action-icon icon="shop-o" text="Icon3" info=12" />
|
<van-goods-action-icon icon="shop-o" text="Icon3" info="12" />
|
||||||
<van-goods-action-button type="warning" text="Button1" />
|
<van-goods-action-button type="warning" text="Button1" />
|
||||||
<van-goods-action-button type="danger" text="Button2" />
|
<van-goods-action-button type="danger" text="Button2" />
|
||||||
</van-goods-action>
|
</van-goods-action>
|
||||||
|
@ -50,7 +50,7 @@ export default {
|
|||||||
<van-goods-action>
|
<van-goods-action>
|
||||||
<van-goods-action-icon icon="chat-o" text="客服" />
|
<van-goods-action-icon icon="chat-o" text="客服" />
|
||||||
<van-goods-action-icon icon="cart-o" text="购物车" info="5" />
|
<van-goods-action-icon icon="cart-o" text="购物车" info="5" />
|
||||||
<van-goods-action-icon icon="shop-o" text="店铺" info=12" />
|
<van-goods-action-icon icon="shop-o" text="店铺" info="12" />
|
||||||
<van-goods-action-button type="warning" text="加入购物车" />
|
<van-goods-action-button type="warning" text="加入购物车" />
|
||||||
<van-goods-action-button type="danger" text="立即购买" />
|
<van-goods-action-button type="danger" text="立即购买" />
|
||||||
</van-goods-action>
|
</van-goods-action>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user