Example v-for Directive
Using the v-for directive to loop through the characters in a string.
- Item: "I", index: 0
- Item: "c", index: 1
- Item: "e", index: 2
- Item: " ", index: 3
- Item: "c", index: 4
- Item: "r", index: 5
- Item: "e", index: 6
- Item: "a", index: 7
- Item: "m", index: 8