mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05: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>
 |