vue路上的小白,文章纯为了给自己做个笔记,大神们勿喷。
敲了个demo,用v-for渲染1-8.png的图片,如图:

是不是顿时明白了,v-for向下边的标签传参:"' '+index(参数)+' '",
遇到需要计算的时候:"' '+(index+1)+' '"
当行内使用style背景图片时:
div class="img_inner" :style="{backgroundImage: 'url('+todo.coverImgUrl+')'}">
虚心接受大家的指正。
vue路上的小白,文章纯为了给自己做个笔记,大神们勿喷。
敲了个demo,用v-for渲染1-8.png的图片,如图:
是不是顿时明白了,v-for向下边的标签传参:"' '+index(参数)+' '",
遇到需要计算的时候:"' '+(index+1)+' '"
当行内使用style背景图片时:
div class="img_inner" :style="{backgroundImage: 'url('+todo.coverImgUrl+')'}">
虚心接受大家的指正。
本文标题:vue 当v-for遇见图片src属性
本文链接:https://www.haomeiwen.com/subject/lcltgxtx.html
网友评论