mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-19 11:09:15 +08:00
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ContactList render 1`] = `
|
|
<div class="van-contact-list">
|
|
<div class="van-radio-group"></div><button class="van-button van-button--danger van-button--large van-button--square van-contact-list__add"><span class="van-button__text">新建联系人</span></button>
|
|
</div>
|
|
`;
|