Files
vuefilemanager/resources/js/components/Spotlight/CategoryName.vue
2021-12-14 17:59:22 +01:00

10 lines
156 B
Vue

<template>
<b class="text-xs text-gray-500 mb-1.5 block">
<slot></slot>
</b>
</template>
<script>
export default {
name: 'CategoryName',
}
</script>