Blog posts from contentful not showing on my nuxt project

I’m following the guide https://www.contentful.com/blog/2019/04/05/nuxtjs-contentful-seo-blog/ to integrate contentful cms to my nuxt project.

Why is it that when I place the sample code from that guide in my index.vue, the blog posts show but they do not when I place the sample code inside my contentful.vue page and use it as a component for my index.vue?

Hi @mlmarinas, would you be able to elaborate further the issue? As far as I know, you should be able to use it in that way. Have you tried to re-run npm run dev after the change? Or maybe the component has to be loaded during Vue initialisation?