mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <main
 | |
|     class="flex flex-col flex-1 p-8 overflow-y-auto border-b border-gray-300 border-solid"
 | |
|   >
 | |
|     <slot />
 | |
|   </main>
 | |
| </template>
 |