Update radio.vue

pull/22960/head
SmallTeddy 2024-09-05 17:43:16 +08:00 committed by GitHub
parent c345bb453b
commit 004a724677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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