5👍
You need to use v-html
directive
<div v-html="html"></div>
Here html can be returned raw HTML string.
Refer this for more information:
Source:stackexchange.com
5👍
You need to use v-html
directive
<div v-html="html"></div>
Here html can be returned raw HTML string.
Refer this for more information: