国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表

圖片精選

主站蜘蛛池模板: 柘荣县| 灵寿县| 云林县| 康定县| 英山县| 梁山县| 瑞昌市| 怀柔区| 武乡县| 兴海县| 静宁县| 高尔夫| 扎鲁特旗| 博乐市| 西乌珠穆沁旗| 阳谷县| 微山县| 美姑县| 寻乌县| 鲁山县| 邹平县| 东丰县| 兴义市| 蓬溪县| 永泰县| 灯塔市| 会同县| 高碑店市| 油尖旺区| 玉林市| 土默特右旗| 崇礼县| 禹城市| 齐齐哈尔市| 马山县| 枣阳市| 密山市| 泸水县| 南皮县| 郑州市| 达州市|