File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/vue/src/checkbox/src Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7979 :true-value =" trueLabel"
8080 :false-value =" falseLabel"
8181 v-model =" state.model"
82- @change =" handleChange"
82+ @change.stop =" handleChange"
8383 @focus =" state.focus = true"
8484 @blur =" state.focus = false"
8585 @click.stop
9393 :value =" label"
9494 :name =" name"
9595 v-model =" state.model"
96- @change =" handleChange"
96+ @change.stop =" handleChange"
9797 @focus =" state.focus = true"
9898 @blur =" state.focus = false"
9999 @click.stop
Original file line number Diff line number Diff line change 3838 :true-value =" trueLabel"
3939 :false-value =" falseLabel"
4040 v-model =" state.model"
41- @change =" handleChange"
41+ @change.stop =" handleChange"
4242 @focus =" state.focus = true"
4343 @blur =" state.focus = false"
4444 />
5151 :value =" label"
5252 :name =" name"
5353 v-model =" state.model"
54- @change =" handleChange"
54+ @change.stop =" handleChange"
5555 @focus =" state.focus = true"
5656 @blur =" state.focus = false"
5757 />
Original file line number Diff line number Diff line change 4747 :true-value =" trueLabel"
4848 :false-value =" falseLabel"
4949 v-model =" state.model"
50- @change =" handleChange"
50+ @change.stop =" handleChange"
5151 @focus =" state.focus = true"
5252 @blur =" state.focus = false"
5353 @click.stop
6262 :value =" label"
6363 :name =" name"
6464 v-model =" state.model"
65- @change =" handleChange"
65+ @change.stop =" handleChange"
6666 @focus =" state.focus = true"
6767 @blur =" state.focus = false"
6868 @click.stop
You can’t perform that action at this time.
0 commit comments