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:aufgaben:15 [2025/03/18 07:41] – gelöscht vdemir | en:modul:m291:learningunits:lu05:aufgaben:15 [2025/03/28 11:38] (aktuell) – [Assignment 1] vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== LU05.A15 - v-for list rendering ====== | ||
+ | |||
+ | ===== Prerequisites | ||
+ | * Work type: Individual | ||
+ | * Means of aid: only teaching materials, no websearch, no use of ai. | ||
+ | * Timeframe: 10 Minutes | ||
+ | * Expected result: A Vue script that uses the directives v-for with <ol> and <ul> | ||
+ | |||
+ | ===== Learning objectives ===== | ||
+ | - Be able to explain the objective of v-for | ||
+ | - Displying the Index and corresponding array entry using v-for. | ||
+ | - Dispalying array elements and the corresponding images with v-for. | ||
+ | |||
+ | ===== Source ===== | ||
+ | [[https:// | ||
+ | |||
+ | ===== Assignment ====== | ||
+ | Data is often available as lists/ | ||
+ | |||
+ | - Click on the provided link above and it with the appropriate name in your W3School workspace. | ||
+ | - Execute it with **Run**. You will see that the array data in the script part is now displayed numbered in the browser. | ||
+ | - Add 3-4 more entries to your food list, at the beginning, the middle part, and the end. | ||
+ | - Change the < | ||
+ | - Note down your observation as code comments and save your work. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Solution ===== | ||
+ | [[en: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Vocabulary ===== | ||
+ | ^ English ^ German ^ | ||
+ | | ... | ... | | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | [[https:// | ||