Nuxt 3 Modules & defineAsyncComponent
I created my own Nuxt 3 module, which i added composable to. In it, i do dynamic component imports:
But it seems that
~
is not recognized when used outside the project. How do I implement asynchronous component import in a module?0 Replies