There is no way to use functional components together with auto import components.
we were using manually registration of global components and we did know the issue.
We support autoimports so by default I think we should remove functional components and make it simply by default.
If someone want to use functional components then he can override in their project.
There is one component we can keep as functional (T3Renderer) because it is useful to avoid wrapping with additional div element
There is no way to use functional components together with auto import components. we were using manually registration of global components and we did know the issue. We support autoimports so by default I think we should remove functional components and make it simply by default. If someone want to use functional components then he can override in their project. There is one component we can keep as functional (T3Renderer) because it is useful to avoid wrapping with additional div element
related issues: https://github.com/nuxt/nuxt/issues/9366 https://github.com/nuxt/nuxt/issues/8379