坚定枕头

文章
2
资源
0
加入时间
2年10月17天

vue循环遍历给div添加id

html部分 <div class="img-preview" v-for="(img,i) of list" :key="img.imageKey" v-on:mouseenter="changeActive(i+1)" v-on:mouseleave="removeActive(i+1)" :id="i+1"> //这样就给循环出来的div添加了