[Vuejs]-I want to show the total number of catalogues available for each stores on the side of the store name using vue js using an array

0👍

Try to put your store name and no of catalogues statement into a div or p tag and then try, it works for me
Stores {{store.name}} – ({{ store.catalogues }})

Leave a comment