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

posted on   诉说静风  阅读(10647)  评论(0编辑  收藏  举报
努力加载评论中...

Live2D
快把你的小爪子拿开!
点击右上角即可分享
微信分享提示