国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

vue中選項卡點擊切換且能滑動切換功能的實現(xiàn)代碼

2024-05-06 15:27:45
字體:
來源:轉載
供稿:網(wǎng)友

具體代碼如下所述:

 <div>  <div class="navlist">   <ul>    <li class="navli" v-for="(item,index) in navList" :class="{'activeT':nowIndex===index}" @click="tabClick(index)"><i>{{item.name}}</i>    </li>   </ul>  </div>  <div class="swiper-container swiper_con">   <div class="swiper-wrapper">    <!-- 第一個swiper -->    <div class="swiper-slide" ref="viewBox">1111    </div>    <!-- 第二個swiper -->    <div class="swiper-slide">2222    </div>   </div>  </div> </div><script> export default {  name: "swiper",  data() {   return {    navList:[     {name:'熱門答疑'},     {name:'北清狀元'}    ],    nowIndex:0,   }  },  components:{  },  mounted() {   var that=this   that.mySwiper = new Swiper('.swiper-container',{     initialSlide:0,     autoplay:false,     keyboardControl:true,     autoHeight:true,     observer:true,     observeParents:true,     onSlideChangeStart:function(){      // console.log(that.mySwiper.activeIndex)      that.nowIndex=that.mySwiper.activeIndex     }    });   // this.getList();  },  methods: {   tabClick(index){    this.nowIndex = index    this.mySwiper.slideTo(index,1000,false)   },  }, created(id){  }}</script><style>.navlist{ width:100%; height:40px; border-bottom:1px solid rgba(151,151,151,0.1); position:relative;}.navli{ padding:10px 0px; text-align:center; float:left; margin:0 1.2rem;}.navli i{ font-style: normal; font-size: 16px;}.activeT{ color:#00ba6b; padding-bottom: .3rem; border-bottom: 2px solid #00ba6b;}.swiper_con{ width:100%; margin-bottom:40px; position:relative;} .choosegrand{ position:absolute; top:-3; right:0;}.show{ display:block;}.none{ display:none;}</style>

總結

以上所述是小編給大家介紹的vue中選項卡點擊切換且能滑動切換功能的實現(xiàn)代碼,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 沾益县| 井研县| 南澳县| 沧州市| 富蕴县| 万宁市| 沙雅县| 肃南| 武邑县| 桦甸市| 呈贡县| 衡阳县| 吉首市| 内乡县| 龙川县| 郎溪县| 怀安县| 泽普县| 肥西县| 库车县| 崇信县| 封丘县| 宽甸| 大悟县| 湾仔区| 资讯 | 哈尔滨市| 诏安县| 镇赉县| 东乡县| 江口县| 富民县| 双流县| 石首市| 灵璧县| 洛浦县| 乌鲁木齐县| 乌兰察布市| 安岳县| 常州市| 平遥县|