不理解为什么是item of page 而不是item of pages

来源:7-6 Vue项目首页 - 图标区域逻辑实现

蓝色的沙漏

2019-08-10

	<swiper-slide v-for="(page,index) of pages" :key="index">
            <div class="icon" v-for="item of page" :key="item.id">
                <div class="icon-img">
                <img class="icon-img-content" :src="item.imgUrl" alt="">
                </div>
                <p class="icon-des">{{item.desc}}</p>
            </div>
        </swiper-slide>

代码第二行中 不理解为什么是item of page 而不是item of pages,
page不是只是0或1吗,管的是轮播的分页,为啥它里面包含了每一页的内容

写回答

1回答

Dell

2019-08-11

page是0对应的数组的内容,不是0和1

0
0

Vue2.5-2.6-3.0开发去哪儿网App 零基础入门到实战

课程紧跟Vue3版本迭代,企业主流版本Vue2+Vue3全掌握

10675 学习 · 8191 问题

查看课程