Rendering Markdown Content
Hi, I want to know if it is possible to render portions of a markdown file to different locations of the same Vue file. Can it be done? I am using Nuxt Content.
1 Reply
Absolutely. You can use slots like this:
your-component.vue:
And in your content file: