mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 12:41:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			200 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			200 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <nav>
 | |
|     <ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset">
 | |
|       <slot />
 | |
|     </ol>
 | |
|   </nav>
 | |
| </template>
 | |
| 
 | |
| <script>
 | |
| export default {
 | |
|   name: 'BaseBreadcrumb',
 | |
| }
 | |
| </script>
 |