Hey there, I'm facing a specific situation. I have a parent component called Health Profile that displays a list of child subcomponents, each with an add button. I would like the application to work in a way that when a user clicks on the add button, only the form for that particular component opens up while the rest remain closed, and vice versa. I've run into an issue with using v-bind:is because the button is in the subcomponent and sends data to the parent component. Any assistance is greatly appreciated. Here's a screenshot for reference: Health Profile Component with each subcomponent having a button that emits data