You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have few *.md pages where I use custom globally registered Vue component to display formatted output. Display of such page using URL is as expected. But when I create createContentLoader and enable render: true option then I get HTML code without rendered Vue component, as a custom tag.
Reproduction
I prepared stackblitz code reproducing this issue. Link single card works as expected. card list loads data dynamically and displays the received html content.
It might not be expected behavior for you, but that function is only meant to convert markdown to vue-html. Any vue syntax inside that markdown file won't be touched.
Ok, thanks.
Is there any way how to render also the Vue component? I tried to include Vue render function but warning said that it is not intended to directly render from SFC string (or something like that).
Describe the bug
I have few *.md pages where I use custom globally registered Vue component to display formatted output. Display of such page using URL is as expected. But when I create
createContentLoader
and enablerender: true
option then I get HTML code without rendered Vue component, as a custom tag.Reproduction
I prepared stackblitz code reproducing this issue. Link single card works as expected. card list loads data dynamically and displays the received html content.
https://stackblitz.com/edit/vite-8wtjts
Expected behavior
The
render: true
increateContentLoader
should return also rendered Vue component instead of inline tag.System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: