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

This commit is contained in:
lisheng
2019-05-27 14:02:24 +08:00
committed by luckyCao
parent 150bd70981
commit 208a78786f

View File

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