mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 12:41:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			125 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			125 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div class="list-none">
 | |
|     <slot />
 | |
|   </div>
 | |
| </template>
 | |
| <script>
 | |
| export default {
 | |
|   name: 'List',
 | |
| }
 | |
| </script>
 |