<swiper-slide v-for="c in course.related" class="course" @click="goCourse(c.id)">
上面代码中的goCourse方法不执行
@click.native
可以了,谢谢 surmon
改为@click.native还是不执行啊
http://www.swiper.com.cn/api/event/onClick.html
Most helpful comment
@click.native