this.$emit

可以快速上手的开发文档

#this.$emit
this.$emit

对vue.js中this.$emit的深入理解

对于vue.js中的this.emit的理解:this.emit(‘increment1',”这个位子是可以加参数的”);其实它的..