vue for 绑定事件
<div > <div class="pro">
<div><img src="../img/favicon.png"> <span>{{item.spin_times}}</span></div>
<button @click="buySpins(item.spin_times,item.price)" class="btn btn-info"><b>¥</b><span>{{item.price}}</span></button>
</div>
</div>
以上是 vue for 绑定事件 的全部内容, 来源链接: utcz.com/z/379571.html