mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
v5.0.0 update
This commit is contained in:
13
resources/scripts/components/base/BaseBreadcrumb.vue
Normal file
13
resources/scripts/components/base/BaseBreadcrumb.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user