如何在VUE中使用vue-awesome-swiper
网络编程 2021-07-04 14:07www.168986.cn编程入门
这篇文章主要介绍了如何在VUE中使用vue-awesome-swiper,帮助大家更好的理解和使用vue框架,感兴趣的朋友可以了解下
一进入项目目录中安装
install vue-awesome-swiper@2.6.7 --save
二.使用
全局挂载
import Vue from 'vue' import VueAwesomeSwiper from 'vue-awesome-swiper' // require styles import 'swiper/dist/css/swiper.css' Vue.use(VueAwesomeSwiper, / { default global options } /)
组件挂载
// require styles import 'swiper/dist/css/swiper.css' import { swiper, swiperSlide } from 'vue-awesome-swiper' export default { ponents: { swiper, swiperSlide } }
新建一个.vue文件,按照以下代码模式
<template> <div class="index"> <Top navLeft="true" title="轮播图" navRight="false"></Top> <div style="padding-: 1.3rem;padding-left:0.2rem"> <swiper id="mySwiper" :options="swiperOption" ref="mySwiper" v-if="swiperList.length!=0"> <swiper-slide class="swiper-item" v-for='(item,index) of swiperList' :key='item.id' > <img class='swiper-img' :src='item.imgUrl' alt="门票" @click="swiperClick(index,item.linkUrl)" /> </swiper-slide> <div class="swiper-pagination" slot="pagination"></div> </swiper> </div> </div> </template> <script> import Top from '@/ponents/public/Top'; import 'swiper/dist/css/swiper.css'; import { swiper, swiperSlide } from 'vue-awesome-swiper' export default { name: 'Swiper', ponents: {Top,swiper,swiperSlide}, data() { return { swiperList:[], swiperOption: { pagination: ".swiper-pagination", initialSlide: 0,//默认第几张 loop:true, //循环 aulayDisableOnInteraction:false,//触摸后自动轮播 aulay:2000, //每张播放时长3秒,自动播放 speed:1000,//滑动速度 } } }, created(){ this.initEvent(); console.log(this.$refs.mySwiper); this.swiperOption.aulay = this.swiperList.length != 1 ? 2000 : false;//如果是一张图片不轮播 }, puted: { swiper() { return this.$refs.mySwiper.swiper//组件实例 } }, mounted(){ }, methods: { initEvent:function(){ this.$http.get("http://localhost/swiper") .then(res=>{ this.swiperList=res.data.swiperList; }) .catch(error=>{ console.log(error) }) }, swiperClick:function(index,url){ console.log(index); this.$router.push(url) } } } </script> <style scoped> @import "../assets/public/css/bottom.css"; @import "../assets/css/index/my.css"; #mySwiper >>> .swiper-pagination-bullet { background: #000000; } #mySwiper >>> .swiper-pagination-bullet-active { background: #ff0000; } </style>
页面展示如下
三在使用过程中遇到的问题
1.触摸后自动轮播问题,添加以下属性就可以轮播
aulayDisableOnInteraction:false
2.样式穿透问题,修改圆点的样式问题
解决方案是给swiper容器添加上ID,然后再在后面添加>>>,这样就可以解决了
#mySwiper >>> .swiper-pagination-bullet { background: #000000; } #mySwiper >>> .swiper-pagination-bullet-active { background: #ff0000; }
3.解决如果只有一张图片不轮播问题
以上就是如何在VUE中使用vue-awesome-swiper的详细内容,更多关于VUE中使用vue-awesome-swiper的资料请关注狼蚁SEO其它相关文章!
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程