Discussion icon indicating copy to clipboard operation
Discussion copied to clipboard

Use raw html inside v-bind

Open EmanuelDev opened this issue 8 years ago • 0 comments

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

EmanuelDev avatar Oct 31 '17 11:10 EmanuelDev