mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-13 01:33:13 +00:00
Merge remote-tracking branch 'origin/master' into develop
* origin/master: send switch state to change event #503 (#504)
This commit is contained in:
commit
a241ddc00f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,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