mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
10 lines
156 B
Vue
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> |