I'm using Nuxt3 and Docus.
Docus is generating my page content and routes from markdown and it's working well.
I would like to load the content of one of the pages into a vue component somewhere else in my nuxt application.
Has anyone done anything like this before?
I'm not new to vue, but I'm new to nuxt3 and am looking for general guidance.
Do I need to make a call to the server for that route and pass the contents into a markdown render, or as it seems to be already rendered can I just grab the page context as html from somewhere?