You could use v-on:keyup and write your method.
You can steal a bit from the search video series: https://laracasts.com/series/search-as-a-service/episodes/3
How can I implement autocomplete field with vue.js
I want to have my field and when I type some name of my users table autocomplete with those names that have some relation.
Please or to participate in this conversation.