vue中@click绑定多个带event事件

<div @click="show($event);scrollLyric($event)" class="showImg">
show(e) {
	console.log(e)
},
scrollLyric (e) {
	console.log(e)
}

猜你喜欢

转载自blog.csdn.net/weixin_40119412/article/details/107924626
今日推荐