0👍
✅
Set a watcher on values
and update the query
in that:
watch: {
values() { // called anytime this.values changes
this.query = this.values;
}
}
Source:stackexchange.com