Answer the question
In order to leave comments, you need to log in
How to get the title from the component in NUXT?
How to correctly find out the title in the component after changing the route?
I have a pageTitle computed property in my component that I'm trying to evaluate like this:
computed: {
pageTitle(){
if (process.client) {
return this.$parent.$metaInfo.title
}
else{
return ''
}
}
}
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