Can't display children content type in Nuxt

Hi @AlexCFurtuna,

Not sure if you’re experiencing an issue with Strapi or VueJS. Anyway, does the request for dishes return a 200 status code ? Are you able to see the dishes list through the network console ?

Also, I see that you’re binding the entire dish object as key, I would recommend to use the id property that should be in the object. (ie: :key="dish.id").

Regards