Display unescaped HTML in Vue.js October 5, 2022 by Tarik You can use the v-html directive to show it. like this: <td v-html="desc"></td>