fix #4587
This commit is contained in:
parent
2b6e6d4c90
commit
5776bcbf06
2 changed files with 17 additions and 1 deletions
|
@ -137,6 +137,11 @@
|
|||
this.$emit('on-change', checked, this.name);
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
checked (val) {
|
||||
this.isChecked = val;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue