mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-17 18:29:15 +08:00
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
||
exports[`should render demo and match snapshot 1`] = `
|
||
<div>
|
||
<div class="van-cell van-cell--center van-cell--clickable van-cell--borderless van-contact-card van-contact-card--add"
|
||
role="button"
|
||
tabindex="0"
|
||
>
|
||
<i class="van-badge__wrapper van-icon van-icon-add-square van-cell__left-icon">
|
||
</i>
|
||
<div class="van-cell__value van-cell__value--alone van-contact-card__value">
|
||
添加联系人
|
||
</div>
|
||
<i class="van-badge__wrapper van-icon van-icon-arrow van-cell__right-icon">
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="van-cell van-cell--center van-cell--clickable van-cell--borderless van-contact-card van-contact-card--edit"
|
||
role="button"
|
||
tabindex="0"
|
||
>
|
||
<i class="van-badge__wrapper van-icon van-icon-contact van-cell__left-icon">
|
||
</i>
|
||
<div class="van-cell__value van-cell__value--alone van-contact-card__value">
|
||
<div>
|
||
张三:张三
|
||
</div>
|
||
<div>
|
||
电话:13000000000
|
||
</div>
|
||
</div>
|
||
<i class="van-badge__wrapper van-icon van-icon-arrow van-cell__right-icon">
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="van-cell van-cell--center van-cell--borderless van-contact-card van-contact-card--edit">
|
||
<i class="van-badge__wrapper van-icon van-icon-contact van-cell__left-icon">
|
||
</i>
|
||
<div class="van-cell__value van-cell__value--alone van-contact-card__value">
|
||
<div>
|
||
张三:张三
|
||
</div>
|
||
<div>
|
||
电话:13000000000
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
`;
|