mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-03 20:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			325 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;">
 | 
						|
      <div class="van-pull-refresh__head"></div>
 | 
						|
      <div>
 | 
						|
        <p>刷新次数: 0</p>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
`;
 |