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:
parent
396b8fac53
commit
b3d935cdb0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user