Home

Issue: 3134

Access to component instance in meta

[issue link]

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

This question is available on Nuxt.js community (#c2715)