Commit 4f8b2830 by lizhixian

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

parent bc33acfa
...@@ -75,7 +75,7 @@ watch( ...@@ -75,7 +75,7 @@ watch(
<template> <template>
<ElIcon :class="prefixCls" :color="color" :size="size"> <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" /> <use :xlink:href="symbolId" />
</svg> </svg>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment