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>