parent
e8ee1423e7
commit
2f0b086d60
2 changed files with 25 additions and 5 deletions
|
@ -459,6 +459,10 @@
|
|||
slotChange () {
|
||||
this.options = [];
|
||||
this.optionInstances = [];
|
||||
},
|
||||
setQuery (query) {
|
||||
if (!this.filterable) return;
|
||||
this.query = query;
|
||||
}
|
||||
},
|
||||
ready () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue