How can I manage to get HTML interpreted inside a mustache binding? At the moment the break (
) is just displayed/escaped.
Small Vue app:
Starting with Vue2, the triple braces were deprecated, you are to use v-html
.
It is unclear from the documentation link as to what we are supposed to place inside v-html
, your variables goes inside v-html
.
Also, If you want to see this live in an app, click here.v-html
works only with but not with
.