码迷,mamicode.com
首页 > 其他好文 > 详细

vue 点击当前元素改变样式

时间:2019-07-11 14:04:23      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:color   tps   his   template   net   onclick   code   change   ref   

template

 <ul>
   <li v-for="(relation,index) in relations" v-bind:id="relation.id" v-bind:id="relation.id" v-bind:class="{checked:index==nowIndex}" v-on:click="relationClick(index)">
    <i>
  </ul>

data

nowIndex:0

methods

changeValue(index){
       this.isActive=index;
  }`

style

.checked{
  background: #eff4f7;
 }

原文:https://www.jb51.net/article/146114.htm

vue 点击当前元素改变样式

标签:color   tps   his   template   net   onclick   code   change   ref   

原文地址:https://www.cnblogs.com/ssjf/p/11169517.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!