mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
vue components refactoring
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<b class="mb-1.5 block text-xs text-gray-500">
|
||||
<slot />
|
||||
</b>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'CategoryName',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user