0👍
I would advise against pulling all of your records in Vuex at once. You could use debounce in such a way that it gets executed immediately, and further presses wait 0.5s before firing a search. It’s also possible to send the query to your backend, and have it hit an elasticsearch index.
- [Vuejs]-How to make property in Vue component to be reactive
- [Vuejs]-Plugin function undefined in nuxt.js
Source:stackexchange.com