I'm doing a test with the wordpress rest-api with vue 2.x, and one of the returned attributes is as follows:
"content": {
"rendered": "<P>Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!</P>\n"
},
Then on my page the html "p" is displayed. I tried to resolve with {{{ }}}
but the version recognizes more in this way. And with v-html
also gives error.