I have a question. I have a component called ValidateCheckboxes. ValidateCheckboxes is a validated list of checkboxes. I pass checkboxes to this component by props. It look like that: enter image description here enter image description here I am displaying checkboxes using v-for: enter image description here but my label look like this: enter image description here
How to render custom component from string? Or maybe should I use another way to do that? It's my first question, thanks for answers. :)
I tried use v-html but it didn't work.