乐趣区

关于vue.js:记录-VUE-子传父报错thisemit-is-not-a-function

报错信息:

报错起因:

this 指向问题
我的项目里我的 this 指向的不是最外层的对象 Vue,而是指向了


所以无法访问到 $emit 办法

解决办法:

最外层将 this 赋值给 _this
而后再在监听函数中应用 this.$emit 办法

参考文章:

https://www.freesion.com/arti…

退出移动版