mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
19 lines
507 B
Plaintext
19 lines
507 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>
|
|
`;
|