File "BaseBreadcrumb.vue"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/static/BaseBreadcrumb.vue
File size: 200 bytes
MIME-type: text/html
Charset: utf-8
<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>