为了账号安全,请及时绑定邮箱和手机立即绑定

vue.js methods 调用函数 参数 not defined

vue.js methods 调用函数 参数 not defined

MYYA 2018-10-13 10:06:51
<li v-for='item in title' v-text="item.name" :class="{aside:item.iscur}" v-on:click="setCur($index)">{{ item.name }}</li>data:{                    title:[                         {name:'买入',id:'0',iscur:true},                         {name:'卖出',id:'1',iscur:false},                         {name:'Push',id:'2',iscur:false},                         {name:'抵押',id:'3',iscur:false},                         {name:'交易',id:'4',iscur:false},                     ]}                          methods:{                    setCur: function (index) {                         index.currentTarget;                        this.title.map(function (v,i) {                             i==index? v.iscur=true: v.iscur=false;                         });                     }                 }                                                         vue.js methods 调用函数 $index is not defined
查看完整描述

1 回答

?
牛魔王的故事

TA贡献1830条经验 获得超3个赞

vue2?
index-and-key-移除

改成类似

v-for="(item, index) in items"

这种样子的吧


查看完整回答
反对 回复 2018-11-03
  • 1 回答
  • 0 关注
  • 2760 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信