[Vuejs]-How to add a loading icon while searching a vuejs list

0👍

I think you could make use of terminal directive. How do you feel about using limitBy? Limiting your list to, say, 50 elements would drastically increase performance because of rendering time saved.

Leave a comment