mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-18 20:49:15 +08:00
14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`arrow direction 1`] = `
|
|
<div class="van-cell van-cell--clickable"><i class="van-icon van-icon-arrow-down van-cell__right-icon">
|
|
<!----></i></div>
|
|
`;
|
|
|
|
exports[`render slot 1`] = `
|
|
<div class="van-cell">
|
|
<div class="van-cell__title">Custom Title<div class="van-cell__label">Custom Label</div>
|
|
</div>Custom Extra
|
|
</div>
|
|
`;
|