mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 11:32:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			171 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			171 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div class="van-cell-group van-hairline--top-bottom">
 | |
|     <slot></slot>
 | |
|   </div>
 | |
| </template>
 | |
| 
 | |
| <script>
 | |
| export default {
 | |
|   name: 'van-cell-group'
 | |
| };
 | |
| </script>
 |