fix: Remove aria-hidden on a focused element

pull/22945/head
wangdaodao 2024-08-08 10:54:44 +08:00
parent c345bb453b
commit 80451f13ec
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
class="el-radio__original"
:value="label"
type="radio"
aria-hidden="true"
v-model="model"
@focus="focus = true"
@blur="focus = false"