Switch: Label with el-switch repeating event(fix #14959) (#15178)

pull/15541/head^2
lisheng 2019-05-27 14:02:24 +08:00 committed by luckyCao
parent 150bd70981
commit 208a78786f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
role="switch"
:aria-checked="checked"
:aria-disabled="switchDisabled"
@click="switchValue"
@click.prevent="switchValue"
>
<input
class="el-switch__input"