I need to put some HTML code inside innerHTML but I have also some components that need to use like 'vue-feather-icons', I have tested many ways but I didn't find the solution yet. my tries are
<div class="blog blog-block" v-html='`<div>${<ChevronLeftIcon></ChevronLeftIcon>}</div>`'>
<div class="blog blog-block" v-html='`<div><ChevronLeftIcon></ChevronLeftIcon></div>`'>
There is a correct way to put a componenet inside innerHtml