From 5f6bade809548217822d9ac90eb5e775d84c02b7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 16 Jun 2025 11:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAMessageCard=E7=BB=84=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E5=8D=A0=E4=BD=8D?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/MessageCard.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/cards/MessageCard.vue b/src/components/cards/MessageCard.vue index 069f904f..69667ff4 100644 --- a/src/components/cards/MessageCard.vue +++ b/src/components/cards/MessageCard.vue @@ -59,7 +59,13 @@ function replaceNewLine(value: string) { position="top" @load="imageLoaded" @error="imageLoadError = true" - /> + > + +