-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use Vue component inside Markdown #315
Comments
Try without the self closing tag, ie I've had this same problem with other similar tools as well... |
I also had trouble withe
Also annoying and should be fixed ideally but this may unblock you. |
Hmm, seems like I eventually worked around the limitation somehow. I'll do that in the next few days and report back. |
@lobo-tuerto - I'm able to use those above tips, but would definitely love to avoid both of them... Please share if you find anything interesting about how you worked around it. Cheers! |
Hello, I'm trying to use Vue components inside Markdown following your example in the README but I keep getting this error in the console:
Here are the relevant files from a newly created Vite Vue app:
vite.config.js
App.vue
test.md
Here is a link to the repo containing the code above: https://github.com/lobo-tuerto/markdown-vue
Maybe I'm missing something super obvious... help. :|
The text was updated successfully, but these errors were encountered: