it's possible to make conditions with Vue to change add class according to the text loaded on the doom?
I have a list with colors name
<span>yellow</span>
<span>red</span>
<span>grey</span>
I want to make a condition for example if the name text is yellow I want to add class "color_yellow" and so on