Trouble using vue Components in "renderTemplate" Shortcode #2302
Unanswered
kotgakapainor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to render .vue Components with the renderTemplate shortcode like this:
where
<Test/>
is a.vue
ComponentThe eleventy-vue plugin successfully transforms the component but the renderTemplate shortcode seems not to have access to the transformed vue components.
Is it possible to use vue components in eleventy this way?
It would be awesome if I could use vue components like jsx in md/njk/etc.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions