vue 点击选中改变样式

时间:2017-09-27 21:35:13   收藏:0   阅读:902
data里
isActive:-1,
method里
checkedItem(index){
this.isActive=index;
},
页面里
<div v-for="(item,index) in nameoptions" v-bind:class="{active:index==isActive}" @click="checkItem(index)>{{item.name}}</div>




原文:http://www.cnblogs.com/thinkingthigh/p/7603867.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!