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