rendering custom vue component from string #10552
Unanswered
dhaladitya108
asked this question in
Help/Questions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 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.
-
I'm working on a scenario where I need to render an HTML string that contains both standard HTML tags and custom Vue components within my Vue application. Here's a simplified example of what the string might look like:
I understand that using v-html will render the HTML tags, but it won't process the Vue component (). I'm looking for guidance on the most effective way to handle this.
Thanks in advance for your insights!
Beta Was this translation helpful? Give feedback.
All reactions