1👍
✅
You can avoid the text being interpreted as Vue template syntax by using v-pre
:
<div v-pre class="content">
{{ $project->description }}
</div>
Source:stackexchange.com