update Switch

update Switch
This commit is contained in:
梁灏 2017-01-04 11:11:20 +08:00
parent f65e9be565
commit 8df36a0a03

View file

@ -50,6 +50,7 @@
this.checked = !this.checked;
this.$emit('on-change', this.checked);
this.$dispatch('on-form-change', this.checked);
}
}
};