Check out example codes for "vue render html raw". It will help you in understanding the concepts better.
Code Example 1
<p>Using mustaches: {{ rawHtml }}</p>
<p>Using v-html directive: <span v-html="rawHtml"></span></p>
Learn ReactJs, React Native from akashmittal.com