@@ -25,7 +25,10 @@
@focus="focus = true"
@blur="focus = false"
>
- <span class="el-radio-button__inner" :style="value === label ? activeStyle : null">
+ <span
+ class="el-radio-button__inner"
+ :style="value === label ? activeStyle : null"
+ @keydown.stop>
<slot></slot>
<template v-if="!$slots.default">{{label}}</template>
</span>
@@ -35,7 +35,7 @@
tabindex="-1"
- <span class="el-radio__label">
+ <span class="el-radio__label" @keydown.stop>