0👍
Function calls get re-evaluated on every update of the view. If you want results to be cached to only re-render as needed, you need a computed. That means you need to create a component for your item
, and create the computed in the component.
- [Vuejs]-How do I make Vue wait for Firestore to finish downloading collection?
- [Vuejs]-Get complete Vuetify item from v-autocomplete
Source:stackexchange.com