Vue-awesome-swiper: 如何在swiper-slide上绑click事件?

Created on 6 Mar 2017  ·  4Comments  ·  Source: surmon-china/vue-awesome-swiper

<swiper-slide v-for="c in course.related" class="course" @click="goCourse(c.id)">

上面代码中的goCourse方法不执行

Most helpful comment

@click.native

All 4 comments

@click.native

可以了,谢谢 surmon

Was this page helpful?
0 / 5 - 0 ratings