fixed #518
This commit is contained in:
parent
9980fff432
commit
ed65a3df43
1 changed files with 2 additions and 1 deletions
|
@ -524,7 +524,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
model () {
|
model (val) {
|
||||||
|
if (val === '') this.query = '';
|
||||||
this.modelToQuery();
|
this.modelToQuery();
|
||||||
if (this.multiple) {
|
if (this.multiple) {
|
||||||
if (this.slotChangeDuration) {
|
if (this.slotChangeDuration) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue