From b1669eb60639d56a6a78c3f30cf87290f5e8acb4 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 22 Dec 2025 18:46:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E7=89=87=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6):=20=E5=8E=BB=E9=99=A4:key=EF=BC=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=98=AF=E5=90=A6=E4=B8=BA=E5=9B=BE=E7=89=87=E4=B8=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/itemCenter.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/itemCenter.vue b/src/components/itemCenter.vue index 18594a3..ac79158 100644 --- a/src/components/itemCenter.vue +++ b/src/components/itemCenter.vue @@ -6,7 +6,6 @@ v-if="shouldShowImage" v-smart-img :src="imgUrl" - :key="imgUrl" alt="" width="100%" style="display: block"