filter suggestions

This commit is contained in:
Čarodej
2021-12-14 17:59:22 +01:00
parent 86eee2f533
commit d8a33703ab
4 changed files with 410 additions and 242 deletions

View File

@@ -0,0 +1,10 @@
<template>
<b class="text-xs text-gray-500 mb-1.5 block">
<slot></slot>
</b>
</template>
<script>
export default {
name: 'CategoryName',
}
</script>