When trying to dynamically import component based on a props like this:
computed: {
dynamicComponent() {
return () => import(`./component.vue`);
}
}
We get this error:
`TemplateContentRenderError` was thrown
> render function or template not defined in component: anonymous