如何使用Vue实现导航栏点击当前标签变色功能

小编给大家分享一下如何使用Vue实现导航栏点击当前标签变色功能,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

创新互联建站长期为近1000家客户提供的网站建设服务,团队从业经验10年,关注不同地域、不同群体,并针对不同对象提供差异化的产品和服务;打造开放共赢平台,与合作伙伴共同营造健康的互联网生态环境。为温州企业提供专业的做网站、成都网站建设温州网站改版等技术服务。拥有10多年丰富建站经验和众多成功案例,为您定制开发。

Vue实现导航栏点击当前标签变色功能的具体代码如下

1.效果

如何使用Vue实现导航栏点击当前标签变色功能

2.所有代码

<template>
 <div class="now-time">
 <div class="timebox">
 <a href="#" rel="external nofollow" v-for="(item,index) in nowTime" v-on:click="addClass(index)"
  v-bind:class="{ bgColors:index==current}">
 <p>{{item.time}}</p>
 <p>{{item.start}}</p>
 </a>
 </div>
 </div>
 
 
</template>
 
<script>
 export default {
 name: "Nowtime",
 methods: {
 addClass:function(index){
  this.current=index;
 }
 },
 mounted() {
 
 },
 data(){
 return{
  current:0,
  nowTime:[
  {
  time:"9:00",
  start:"已开抢"
  },
  {
  time:"10:00",
  start:"已开抢"
  },
  {
  time:"11:00",
  start:"已开抢"
  },
  {
  time:"12:00",
  start:"已开抢"
  },
  {
  time:"13:00",
  start:"未开抢"
  },
  {
  time:"14:00",
  start:"未开抢"
  },
  {
  time:"15:00",
  start:"未开抢"
  },
  ],
 }
 }
 }
</script>
 
<style scoped>
.now-time{
 width: 100%;
 height: .8rem;
 background: #282832;
 display: flex;
 overflow-x:scroll;
}
.timebox{
 width: 100%;
 height: .8rem;
 display: flex;
 background: #282832;
}
 .now-time a{
 display: flex;
 flex-direction: column;
 width: 1.35rem;
 height: .79rem;
 align-items: center;
 flex-shrink: 0;
 }
.now-time a p:first-child{
 font-size: .23rem;
 color: white;
 font-weight: bold;
}
.now-time a p:last-child{
 font-size: .16rem;
 color: white;
}
.timebox .bgColors{
 background: #ff5700;
}
</style>

以上是“如何使用Vue实现导航栏点击当前标签变色功能”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注创新互联行业资讯频道!

网页名称:如何使用Vue实现导航栏点击当前标签变色功能
网页网址:https://www.cdcxhl.com/article48/gochep.html

成都网站建设公司_创新互联,为您提供网站设计App设计定制开发域名注册动态网站响应式网站

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

成都定制网站建设