+
+
+
+
+
+
+ {{ item.count }}
+
+
+ {{ icon }}
+
+
+ {{ item.name }}
+
+
+
+
+
+
@@ -56,6 +64,7 @@ interface GenericItem {
id?: string;
name: string;
slug: string;
+ count?: number;
}
export default defineComponent({
@@ -80,7 +89,7 @@ export default defineComponent({
// =================================================================
// Sorted Items
const itemsSorted = computed(() => {
- const byLetter: { [key: string]: Array