I have a VUEX store and a blog post that I need to output.
I use CKEditor for the input but I can't output the raw HTML with the @{{ }} in the front-end.
I have already tried to use @{{!! !!}} but apparently these doesn't work together.
This is the line that I output:
<div>@{{ $store.state.item.conteudo }}</div>
And this is the actual output of the code: