====== LU05.A17 - v-for with 2-dimensional-arrays and v-if ====== ===== Prerequisites ===== * Work type: Individual * Means of aid: only teaching materials, no websearch, no use of ai. * Timeframe: 20 Minutes * Expected result: A Vue script that uses the v-for directive combined with v-if ===== Learning objectives ===== - Display an multidimensional array using v-for and v-if ===== Source ===== You can take your solution from the recent assignment and extend it with the new features. ===== Assignment ====== After successfully being able to manage 2-dimensional-arrays with the v-for directive, it is time to take next challenge: the combined usage of v-for and v-if. Though the assignment is to display the pictures only, when they are liked. For that we need to check the status, it they are **OK** we display the image of the dish, if they are **NOK** we simply give out the name and the status of the dish, but no image of it. - Take your result from the previous assignment and safe it **lu05.s17.html** - Add a