浏览代码

fix: 移除aria-hidden="true"元素属性,控制台报错提示

lizhixian 6 月之前
父节点
当前提交
4f8b2830ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Icon/src/Icon.vue

+ 1 - 1
src/components/Icon/src/Icon.vue

@@ -75,7 +75,7 @@ watch(
 
 <template>
   <ElIcon :class="prefixCls" :color="color" :size="size">
-    <svg v-if="isLocal" :class="getSvgClass" aria-hidden="true">
+    <svg v-if="isLocal" :class="getSvgClass">
       <use :xlink:href="symbolId" />
     </svg>