0👍
like this:
<span v-for="(index,key) in currentIndex" :key="key">
{{index}}
</span>
you should edit element and content depending on what do you want to do in your template.
Source:stackexchange.com
0👍
like this:
<span v-for="(index,key) in currentIndex" :key="key">
{{index}}
</span>
you should edit element and content depending on what do you want to do in your template.