update Switch
update Switch
This commit is contained in:
parent
f65e9be565
commit
8df36a0a03
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
this.checked = !this.checked;
|
this.checked = !this.checked;
|
||||||
this.$emit('on-change', this.checked);
|
this.$emit('on-change', this.checked);
|
||||||
|
this.$dispatch('on-form-change', this.checked);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue