mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders demo correctly 1`] = `
|
|
<div>
|
|
<div>
|
|
<div class="van-cell van-cell--clickable van-coupon-cell">
|
|
<div class="van-cell__title"><span>优惠券</span></div>
|
|
<div class="van-cell__value"><span>2张可用</span></div><i class="van-icon van-icon-arrow van-cell__right-icon" style="color:undefined;font-size:undefined;">
|
|
<!----></i>
|
|
</div>
|
|
<!---->
|
|
</div>
|
|
</div>
|
|
`;
|