vue 通过绑定事件获取当前行的id
Posted nongzihong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 通过绑定事件获取当前行的id相关的知识,希望对你有一定的参考价值。
<div @click="router(items.productId)" style="float: left;" :key=‘items.productName‘ v-for="items in item"> </div>
获取:
router(e){
conslone.log(e);
}
以上是关于vue 通过绑定事件获取当前行的id的主要内容,如果未能解决你的问题,请参考以下文章
没有使用 navController.currentDestination?.id 获取当前片段 ID