mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-11 23:49:14 +08:00
22 lines
607 B
Plaintext
22 lines
607 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">
|
|
<!---->
|
|
<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>
|
|
`;
|