Vue 给组件绑定原生事件

 

只要在 点击事件加native就行了

 	<child @click.native="handle"></child>

  子组件触发父组件,在触发

Vue.component('child',{
				template:`<div  >child</div>`,
				  
			})

  

posted @ 2019-04-13 15:36  我就是要叫鱼摆摆  阅读(169)  评论(0编辑  收藏  举报