[Vuejs]-Vue.js renders code inside braces literally – shows braces instead of the result

0👍

Try this :

{{ message.entities.map(e => e.type = e.value).join('\r\n') }}

And Can you post the console error that appears when you run the code ?

Leave a comment