Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

fix: 元素可以获得焦点时, 不应该采用 aria-hidden 属性对辅助技术隐藏

This commit is contained in:
pany 2024-11-12 15:58:59 +08:00
parent 396b8fac53
commit b3d935cdb0

View File

@ -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>