mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-10 15:19:14 +08:00
22 lines
620 B
Plaintext
22 lines
620 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders demo correctly 1`] = `
|
|
<div>
|
|
<div>
|
|
<div class="van-cell-group van-hairline--top-bottom van-coupon-cell">
|
|
<div class="van-cell van-cell--clickable van-hairline">
|
|
<!---->
|
|
<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>
|
|
</div>
|
|
`;
|