3
am making 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"
},
There on my page the html "p" is displayed. I tried to resolve with {{{ }}}
but the version recognizes more that way. And with v-html
also gives error.