Home > Q&A > body text
For example, I have 10 pieces of data. How do I want the Button value to cycle from 1 to 10?
路过2017-12-07 08:52:29
<div v-for="(index, item) in items"> {{ index }} {{ item.message }}</div>
index is index