From b3d935cdb09c12e17e146bed681bbaf3b67ce266 Mon Sep 17 00:00:00 2001
From: pany <939630029@qq.com>
Date: Tue, 12 Nov 2024 15:58:59 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=83=E7=B4=A0=E5=8F=AF=E4=BB=A5?=
 =?UTF-8?q?=E8=8E=B7=E5=BE=97=E7=84=A6=E7=82=B9=E6=97=B6,=20=E4=B8=8D?=
 =?UTF-8?q?=E5=BA=94=E8=AF=A5=E9=87=87=E7=94=A8=20aria-hidden=20=E5=B1=9E?=
 =?UTF-8?q?=E6=80=A7=E5=AF=B9=E8=BE=85=E5=8A=A9=E6=8A=80=E6=9C=AF=E9=9A=90?=
 =?UTF-8?q?=E8=97=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/SvgIcon/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
index dbbab09..115e252 100644
--- a/src/components/SvgIcon/index.vue
+++ b/src/components/SvgIcon/index.vue
@@ -14,7 +14,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.name}`)
 </script>
 
 <template>
-  <svg class="svg-icon" aria-hidden="true">
+  <svg class="svg-icon">
     <use :href="symbolId" />
   </svg>
 </template>