Here is a sandbox with Nuxt and Flowbite.
Imported according to instructions from Flowbite
The problem is that the styles of the flowbite components are displayed correctly, but the dynamic components do not work.
What could be the problem?
Perhaps this is due to the fact that the nuxt application is selected to render as static, because with SSR rendering dynamic components work, but this is not suitable for me, I need an application without SSR.