Skip to content

Commit

Permalink
fix issue 14808
Browse files Browse the repository at this point in the history
  • Loading branch information
OverTree committed Mar 22, 2019
1 parent c0642aa commit dc9995d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/radio/src/radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
>
<span class="el-radio__inner"></span>
<input
ref="radio"
class="el-radio__original"
:value="label"
type="radio"
Expand Down Expand Up @@ -98,6 +99,7 @@
} else {
this.$emit('input', val);
}
this.$refs.radio && (this.$refs.radio.checked = this.model === this.label);
}
},
_elFormItemSize() {
Expand Down

0 comments on commit dc9995d

Please sign in to comment.