TYPO3-Headless / nuxt-typo3

TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
https://t3headless.macopedia.io/nuxt-typo3/
90 stars 35 forks source link

Remove functional components #296

Closed mercs600 closed 1 year ago

mercs600 commented 1 year ago

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

mercs600 commented 1 year ago

resolved