Hello, I want to bind an attribute to an achor link element with some raw html. Code looks something like this: <a href="#" class="tooltip-test" v-if="question" :title'=v-html='question''> but ti doesn't work like this. Do you have any suggestions on how can I achieve this? Thanks
Hello, I want to bind an attribute to an achor link element with some raw html. Code looks something like this: <a href="#" class="tooltip-test" v-if="question" :title'=v-html='question''> but ti doesn't work like this. Do you have any suggestions on how can I achieve this? Thanks