"this" inside of a method returns an unexpected Object [issue link] Take the following: methods: { login: () => { console.log(this) } } returns and Object holding: __esModule: true, default: Object I am not able to retrieve the Vue instance and cannot figure out why. Thanks in advance. This question is available on Nuxt.js community (#c316)