I have a select inside the component. Depending on the value of the select, another component is rendered in the component.
How to pass props to a dynamic component if I render the component like this:
<component :is="valueSelect"></component>
or how to render a dynamic component with parameter passing