mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 05:51:52 +00:00
parent
56aeaffd62
commit
36cd794ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
},
|
||||
changeState(checked, $event) {
|
||||
if (typeof $event !== 'undefined') {
|
||||
this.$emit('change', $event);
|
||||
this.$emit('change', checked, $event);
|
||||
|
||||
if (!$event.defaultPrevented) {
|
||||
this.checked = checked;
|
||||
|
|
|
|||
Loading…
Reference in a new issue