Open
Description
Describe the bug
Tried this library first time, dynamic imports
are working great!
About auto scan
feature, I found it saves many lines of codes but some tests are getting error:
[Vue warn]: Unknown custom element: <MyComponentB> - did you register the component correctly? ...
this is the case where I have MyComponentA
and MyComponentB
defined under /components
folder and MyComponentA
is using MyComponentB
.
If I resurrect lines of codes that imports MyComponentB
in MyComponentA
, the test are working back ok but I wonder if I am missing something?
Additional context
[email protected]
@nuxt/[email protected]
@vue/[email protected]