Browse documentation

v-for

Concept. Renders an iterable through a callback child.

Table of contents

Category

Concept

Public signature

ts
JSX 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.