From a7512ba2c7d1c889392c1e6166875fdb4f63de2f Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 7 Dec 2023 21:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=9F=8E=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=AE=BD=E9=AB=98=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/home/components/ShortcutCard.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/mall/home/components/ShortcutCard.vue b/src/views/mall/home/components/ShortcutCard.vue index 9fdd5cd4..cea91133 100644 --- a/src/views/mall/home/components/ShortcutCard.vue +++ b/src/views/mall/home/components/ShortcutCard.vue @@ -10,7 +10,10 @@ class="h-20 w-20% flex flex-col cursor-pointer items-center justify-center gap-2" @click="handleMenuClick(menu.routerName)" > -
+
{{ menu.name }}