vue @click 绑定的函数,同时传入事件对象和自定义参数

<button @click="tm($event,item.num)">按钮</button>

methods:{

  tm(e,v){

  console.info(e);//事件对象

  }

}

 

posted @ 2021-01-16 09:42  教练我想打篮球  阅读(681)  评论(0编辑  收藏  举报