mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			619 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`render icon default slot 1`] = `
 | |
| <i class="van-icon van-icon-success">Default slot
 | |
|   <!----></i>
 | |
| `;
 | |
| 
 | |
| exports[`render icon with builtin icon name 1`] = `
 | |
| <i class="van-icon van-icon-success">
 | |
|   <!----></i>
 | |
| `;
 | |
| 
 | |
| exports[`render icon with local image 1`] = `
 | |
| <i class="van-icon van-icon--image"><img src="/assets/icon.jpg">
 | |
|   <!----></i>
 | |
| `;
 | |
| 
 | |
| exports[`render icon with url name 1`] = `
 | |
| <i class="van-icon van-icon--image"><img src="https://img.yzcdn.com/icon.jpg">
 | |
|   <!----></i>
 | |
| `;
 | |
| 
 | |
| exports[`tag prop 1`] = `
 | |
| <div class="van-icon van-icon-undefined">
 | |
|   <!---->
 | |
| </div>
 | |
| `;
 |