使用箭头函数编写Vue 2.6 render()函数而导致的Cannot read property 'xxx' of undefined

黄炜强 前端 2020-08-10

在定义Vue全局组件时使用箭头函数改变了this指向,使其不在指向Vue, 而是浏览器,所以导致 this.$xxx.xxx 会出现Cannot read property 'xxx' of undefined,所以在重写render函数或者其类似情况下,明确函数中this的指向而选择是否使用箭头函数

Apipost 私有化火热进行中

评论