If I define asyncData in page component, in the asyncData function, I can access the variable defined before component definition in the .vue file. But in the mixin definition, it's not possible to access the variable defined in page component. Is there a way to pass parameter to asyncData in mixin?
<!--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/c1011">#c1011</a>)</em></sub></div>