Vue.js 3 Fundamentals with the Composition API - Getting Started with Vue.js and the Composition API - List Rendering in Vue
In almost all applications there is a need to iterate or loop through a list of items and render them on the page.
In this lesson, we're taking a closer look at Vue's v-for directive, which lets us iterate through arrays and objects in an elegant matter.
Links