vue中swiper,vue-awesome-swiper,轮播图的使用
1.安装vue-awesome-swiper
npm install vue-awesome-swiper --save-dev
2.在main.js
3.在html中
js中
用过swiper的同学要注意了,组件化引入使用swiper时api的使用,跟直接cdn引入用法不同
举例:
cdn:
autoplay:3000
就可以实现自动轮播了
组件化
autoplay: {
stopOnLastSlide:true,
},