vue swiper轮播图不显示 swiper-pagination 小圆点

改动两个部门

 
"swiper-pagination" slot="pagination">
//这个上面加一个 slot="pagination" new Swiper('.swiper-container', { loop: true, // 如果需要分页器 pagination:{ el:'.swiper-pagination', clickable:true, },//这样写小圆点就有了 // 如果需要前进后退按钮 nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', // 如果需要滚动条 scrollbar: '.swiper-scrollbar', }) 复制代码

转载于:https://juejin.im/post/5cac6ce1f265da03a630b728

你可能感兴趣的:(vue swiper轮播图不显示 swiper-pagination 小圆点)