v-for
Concept. Renders an iterable through a callback child.
Table of contents
Category
Concept
Public signature
tsJSX directive: <element v-for={iterable}>{(item, index) => child}</element>Runtime behavior
v-for receives an iterable and invokes its callback child for each item and index.