DEV Community

Discussion on: What is "this"? Why you should avoid arrow functions on Vue methods

Collapse
 
nonimpressed profile image
Richard

Great post and well explained!

I recently encountered some of these issues when writing methods in Vue and your post clearly and concisely explains the logic behind them. Understanding 'this' is very useful.