From 58af1f4127fe4f94c81a23d71916669c4a525277 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 11 Aug 2024 02:20:39 +0800 Subject: [PATCH] :bug: Fix post item don't show thumbnail --- components/post/Item.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/post/Item.vue b/components/post/Item.vue index 7f0e295..024c7a8 100644 --- a/components/post/Item.vue +++ b/components/post/Item.vue @@ -12,6 +12,15 @@ +
+ +
+
@@ -44,4 +53,5 @@