I have a loop component runned by a function to filter by inputs and selects. Can I get a reactive number of elements renderized by this filter?
<component-list class=""v-for="(item, index) in itemsFilters()" :key="index" :propId="item.id"
></component-list>
itemsFilter() returns a filter of an object array by selects and inputs. I have a pen with an example of this situation: https://codepen.io/joaosaro/pen/baXgjG