<div>{@html triple}</div> <script> export default { data () { return { triple: '<p>html</p>' }; } }; </script>