Using Mdx With Nuxtjs 3 #2582
Unanswered
ketsebaoteth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Welcome @ketsebaoteth! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey there, i was trying to setup mdx with nuxtjs 3 i planned on using mdx on demand and i have this server api in nuxt to serve the compiled data to me per the docs of how to use on demand mdx
Component to render it
i console logged the mdxContent and i got this if that could help you answer my question:

then i have this component to render the compiled mdx using vue's h function and define component after a lot of debugging I got it to run without errors but the
<component :is="vueComponent">
tag doesn't even exist now and vue just doesn't render it what am i doing wrong with my setupBeta Was this translation helpful? Give feedback.
All reactions