mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<template>
 | 
						|
  <div class="flex-1 p-4 md:p-8 flex flex-col">
 | 
						|
    <slot />
 | 
						|
  </div>
 | 
						|
</template>
 |