改了autoplay: false 还是会自动刷新
来源:7-10 Vue项目首页 - 首页父子组组件间传值

慕少7438843
2019-09-14
老师能告诉一下这个是什么原因吗?
写回答
2回答
-
应该是
<swiper :options="swiperOption">
<swiper-slide v-for="(page,index) in pages" :key="index">
........
</swiper-slide>
</swiper>
位置写错了
112019-09-16 -
Dell
2019-09-15
options位置放错了
012019-09-16
相似问题