fixed checkbox bug in vue.js 1.0.27
fixed checkbox bug in vue.js 1.0.27
This commit is contained in:
parent
e9ba11a569
commit
39e6e96563
3 changed files with 17 additions and 3 deletions
|
@ -35,6 +35,7 @@
|
|||
});
|
||||
},
|
||||
change (data) {
|
||||
this.model = data;
|
||||
this.$emit('on-change', data);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue