mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
11 lines
164 B
Vue
11 lines
164 B
Vue
<template>
|
|
<b class="mb-1.5 block text-xs text-gray-500">
|
|
<slot />
|
|
</b>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'CategoryName',
|
|
}
|
|
</script>
|