fixed #116
This commit is contained in:
梁灏 2016-12-08 22:34:52 +08:00
parent e8ee1423e7
commit 2f0b086d60
2 changed files with 25 additions and 5 deletions

View file

@ -459,6 +459,10 @@
slotChange () {
this.options = [];
this.optionInstances = [];
},
setQuery (query) {
if (!this.filterable) return;
this.query = query;
}
},
ready () {