Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m291:learningunits:lu05:theorie:05 [2025/03/14 12:28] – vdemir | en:modul:m291:learningunits:lu05:theorie:05 [2025/03/21 14:31] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| ===== Learning ojectives ===== | ===== Learning ojectives ===== | ||
| - | - .... | + | - I can explain what function v-for directives fulfil within the DOM. |
| - | - | + | - I can explain which data types v-for is suitable for. |
| + | - I can name the list display variants that are possible with v-for. | ||
| + | |||
| + | ===== Source ===== | ||
| + | [[https:// | ||
| ===== Introduction ==== | ===== Introduction ==== | ||
| - | The v-for directive in Vue.js is used to render | + | The **v-for** directive in Vue.js is a powerful tool for rendering (the process |
| < | < | ||