How can I repeat a loop via v-for X (e.g. 10) times?
v-for
// want to repeat this (e.g.) 10 times
I had to add parseInt() to tell v-for it was looking at a number.
parseInt()
{{n}}