diff --git a/src/components/Item.vue b/src/components/Item.vue index 37cee5b..5cb88f0 100644 --- a/src/components/Item.vue +++ b/src/components/Item.vue @@ -3,7 +3,9 @@
- {{ item.threads[0].preview }} + + + {{ item.threads[0].count }} @@ -30,7 +32,9 @@
- {{ thread.preview }} + + + {{ thread.count }}
@@ -45,12 +49,13 @@