mirror of https://github.com/ElemeFE/element
fix issue 14808 (#14809)
parent
45383cd655
commit
90448d6786
|
@ -22,6 +22,7 @@
|
|||
>
|
||||
<span class="el-radio__inner"></span>
|
||||
<input
|
||||
ref="radio"
|
||||
class="el-radio__original"
|
||||
:value="label"
|
||||
type="radio"
|
||||
|
@ -98,6 +99,7 @@
|
|||
} else {
|
||||
this.$emit('input', val);
|
||||
}
|
||||
this.$refs.radio && (this.$refs.radio.checked = this.model === this.label);
|
||||
}
|
||||
},
|
||||
_elFormItemSize() {
|
||||
|
|
Loading…
Reference in New Issue