Imported components within "<script setup" are not renderable dynamically
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
- Use SFC.
- Use
<script setup>
. - Import a custom component (e.g.,
CustomComponent
). NowCustomComponent
should be exposed to the template. As per the docs
With