Static GitHub Issues

[3134] Access to component instance in meta

prev: Body script tag should be added before context scripts
next: Page loading intermittently hangs on axios get to localhost url

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>