diff --git a/src/components/switch/switch.vue b/src/components/switch/switch.vue index 391fa3f..5a70b49 100644 --- a/src/components/switch/switch.vue +++ b/src/components/switch/switch.vue @@ -50,6 +50,7 @@ this.checked = !this.checked; this.$emit('on-change', this.checked); + this.$dispatch('on-form-change', this.checked); } } }; -- libgit2 0.21.4