Skip to content

Commit

Permalink
Switch: Label with el-switch repeating event(fix #14959) (#15178)
Browse files Browse the repository at this point in the history
  • Loading branch information
FAKER-A authored and luckyCao committed May 27, 2019
1 parent 150bd70 commit 208a787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/switch/src/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
role="switch"
:aria-checked="checked"
:aria-disabled="switchDisabled"
@click="switchValue"
@click.prevent="switchValue"
>
<input
class="el-switch__input"
Expand Down

0 comments on commit 208a787

Please sign in to comment.