Commit 208a7878 authored by lisheng's avatar lisheng Committed by luckyCao

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

parent 150bd709
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
role="switch" role="switch"
:aria-checked="checked" :aria-checked="checked"
:aria-disabled="switchDisabled" :aria-disabled="switchDisabled"
@click="switchValue" @click.prevent="switchValue"
> >
<input <input
class="el-switch__input" class="el-switch__input"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment