You need to use v-html directive to show any html output in VueJS. See the example below:

<html lang="en">
   <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js">
     <div id="app">
       <div v-html="content">