Home

Issue: 1010

How do I change the meta for routes?

[issue link]

I need to create a component for breadcrumbs, and for it I need to add an addition in the form of meta to all routes. How can I do it? For example:
[ { name: 'profile', path: '', component: '...', meta: { breadcrumb: 'Профиль' } }, ]

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