Hello is possible to access to component instance in meta object of the component page?
Example in a page component:
meta: {
breadcrumb: this.category.title
},
This example throws an error because this.category is undefined. Maybe this will be a nice feature.
Thanks
<!--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/c2715">#c2715</a>)</em></sub></div>