Closed
Description
Arrow functions don't work for hook functions and component methods because Vue can't use .bind()
on them to bind them to the current vm instance, so this
will be undefined
But people who don't know the mechanics of Vue here often miss this.
I see a question about this on the forum or in the github issues every week at the least.