Relative Content

Tag Archive for javascriptvuejs3

How do I show a component if a value is included in an array?

I have a list of women on a page. I have a component for each woman. If I click on a woman I want to show the component for that woman. If I click on another woman I want to show that component as well. So there can be any number of components loaded at one time.