Answer the question
In order to leave comments, you need to log in
How to change title in nuxt ssr?
Colleagues, hello!
How to change $route.meta.title from component?
layouts/default.vue
...
<div class="breadcrumb">
<div>
<Breadcrumbs :items="$route.meta.breadcrumbs"/>
</div>
<div>
<h1>{{ $route.meta.title || '' }}</h1>
</div>
</div>
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question