https://anymod.com/mod/oknar am I allowed to do it this way?
If I place the v-for=“item in items” into the UL Element, then the UL-Element will repeat itself, which is not desired. If I wrap another DIV around the UL-element, then my CSS-Rules will break. I can see i accieved my goal successfully already by adding the v-for=“item in items” into the LI Element together with the v-text=item" itself. I just wanted to know if there is a better approach I might take? I consulted the “Guide-Docs” but the documentation was no help on how to use repeat-fields. I am a bit embarrassed to bother you with this. Not super-relevant anyway, As I found a way to make it work