vue 通过绑定事件获取当前行的id

 

<div @click="router(items.productId)"  style="float: left;" :key='items.productName' v-for="items in item"> </div>

获取:

router(e){
              conslone.log(e);
         }

 

posted @ 2019-01-17 12:17  随★风  阅读(9631)  评论(0编辑  收藏  举报