我的github
posts - 3168,  comments - 42,  views - 157万
复制代码
<li class="index" v-for="(item, index) in banners" :key="index">
    <img :src="item.imgUrl">
</li>

JS:
import luan from './../assets/luan.jpg'
import mouse from './../assets/mouse.jpg'
import yellow from  './../assets/yellow.jpg'

export default{
    data(){
        return{
          banners: [
              { imgUrl: luan },
              { imgUrl: mouse },
              { imgUrl: yellow },
          ],
        }
    }
}
复制代码

参考:https://www.zhihu.com/question/39184901

posted on   XiaoNiuFeiTian  阅读(78)  评论(0编辑  收藏  举报
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示