I am trying to render dynamic components. it doesn't work.
<component :is="comp" />
The variable comp
is filled with the name of the component in the course of the process (CardComponent).
I don't get any error messages either. Nothing happens.
what should i can do?