fixed #425
This commit is contained in:
parent
fc0c4c7815
commit
70d5a4ab80
3 changed files with 16 additions and 44 deletions
|
@ -83,7 +83,7 @@
|
|||
this.currentValue = checked;
|
||||
this.$emit('input', checked);
|
||||
|
||||
if (this.group && this.label) {
|
||||
if (this.group && this.label !== undefined) {
|
||||
this.parent.change({
|
||||
value: this.label,
|
||||
checked: this.value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue