Files
vuefilemanager/resources/js/components/Spotlight/CategoryName.vue
2022-02-01 12:21:38 +01:00

11 lines
169 B
Vue

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