mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
11 lines
169 B
Vue
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>
|