I have those tabs to be created dynamically by results returned from spring boot. Lets's say, there are 3 tabs generated.
Now I bind one component to those generated tabs.
But, once I click on either one of those tabs, the component will be activated 3 times simultaneously.
Is there anyway I can do to activate the component only once when I click a tab?
The component is fixed, so it is always activated 3 times no mater which tab I click.