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