Currently developing a compact application using Vuejs 2.0
. There are around 15 elements that need to be iterated, but I would like to restrict v-for
to only display 5 at a time, with additional buttons for viewing the entire list. Is it feasible to achieve this?