From eb87d1da76fe3d6e326b56db8146e4b7395a1cfb Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 25 Apr 2024 19:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E6=96=B9=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/magic-list/magic-list.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/magic-list/magic-list.vue b/components/magic-list/magic-list.vue index c994fd81..aeeaca79 100644 --- a/components/magic-list/magic-list.vue +++ b/components/magic-list/magic-list.vue @@ -49,7 +49,7 @@ - {{ items.title }} + {{ items.title }} @@ -59,9 +59,11 @@ - - {{ $t('common.more') }} - + + {{ $t('common.more') }} + + + {{items.describe}} -- GitLab