how to get text from html in vue js code example Example: ng-bind-html vuejs <div v-html="html"></div> <!-- same as --> <div>{{{ html }}}</div>