NuxtN
Nuxt11mo ago
eleni

Nuxt 3 microfrontend integration

I have a Nuxt 3 base app and a Nuxt 3 micro app and I am using "@originjs/vite-plugin-federation". I have imported and loaded the micro app in the base app successfully. The only problem I have is that any component that is using slots, templates or any dynamic content, is not visible. No error is thrown though.
If I use static data and not slots or templates, everything loads perfectly.
Was this page helpful?