Yes when included directly in the element tag like <p v-html="<strong>This is a bold paragraph.</strong>"></p>, it works perfectly with the BANanoElement and produces a bold paragraph, (after the built html is fed into VueJS), its only when using .SetAttr(?) that it doesn't and I thought we could be lucky in some way with some solution.
Thanks...
PS: I think for now, let me just ensure that I do this like BANanoElement.Append("<p><strong>This is a bold paragraph</strong></p>")