fix: 元素可以获得焦点时, 不应该采用 aria-hidden 属性对辅助技术隐藏
This commit is contained in:
parent
396b8fac53
commit
b3d935cdb0
@ -14,7 +14,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.name}`)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<svg class="svg-icon" aria-hidden="true">
|
<svg class="svg-icon">
|
||||||
<use :href="symbolId" />
|
<use :href="symbolId" />
|
||||||
</svg>
|
</svg>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user