循环数组 v-for="(item,index) in arr"
在arr里继续写
:class="index == 0 ? 'clickNow':' '";//index后是对应下标
可以在clickNow中添加对应的样式