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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c316">#c316</a>)</em></sub></div>