Next, I'm doing a Filter to fetch some words passed by parameters and check if it exists in the text. Any words that are the same I have to highlight them with a bold and a background. However, when I put the strong tag, vuejs would not render properly.
I have something similar to this:
<p>{{texto|detarcarPalavra("palavra")}}<p>
In the output I wanted that, if the word is found, give a prominence only in this word.