added prettier

This commit is contained in:
Čarodej
2022-02-01 12:21:38 +01:00
parent 5ae875233b
commit b38b532cbe
284 changed files with 25410 additions and 25338 deletions

View File

@@ -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>