fixed Switch dispatch error
fixed Switch dispatch error
This commit is contained in:
parent
cd78c9c488
commit
b2012015da
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
this.currentValue = checked;
|
this.currentValue = checked;
|
||||||
this.$emit('input', checked);
|
this.$emit('input', checked);
|
||||||
this.$emit('on-change', checked);
|
this.$emit('on-change', checked);
|
||||||
this.dispatch('FormItem', 'on-form-change', data.checked);
|
this.dispatch('FormItem', 'on-form-change', checked);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue