Replacing words in a paragraph vue js
I am trying to replace specific words (that exists in table glossary)in a post content, the word that exists in the glossary should be replaced with itself wrapped in a glossary_container class, next to it is a plus sign that can be clicked to view the glossary description it has a glossary_description class, my code is working fine, except one thing.