fixed #488
This commit is contained in:
parent
53754a3185
commit
3bbb6b5f7d
2 changed files with 4 additions and 3 deletions
|
@ -208,6 +208,7 @@
|
|||
},
|
||||
value (val) {
|
||||
this.currentValue = val;
|
||||
if (!val.length) this.selected = [];
|
||||
},
|
||||
currentValue () {
|
||||
this.$emit('input', this.currentValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue