mirror of https://github.com/ElemeFE/element
Update radio.vue
parent
c345bb453b
commit
004a724677
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue