Static GitHub Issues

[1010] How do I change the meta for routes?

prev: Add support to transpile modules inside node_modules
next: Nuxt generate won't finish when there is mode: 'hash' in router

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: 'Профиль' } }, ]

<!--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/c876">#c876</a>)</em></sub></div>