mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders demo correctly 1`] = `
|
|
<div>
|
|
<div class="van-pull-refresh">
|
|
<div class="van-pull-refresh__track" style="transition:0ms;transform:;">
|
|
<div class="van-pull-refresh__head"></div>
|
|
<div>
|
|
<p>刷新次数: 0</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|