S K Y
S K Y
I don't know if it's bug or it's not implemented but in Nuxt3 pug templates classes doesn't work in any case ```pug .bg-red-500.p-2 Text ``` or ```pug div(class="bg-red-500 p-2") Text...
Nuxt 3 provides auto import for script-setup for composable functions (not only) Info about: https://www.storyblok.com/mp/nuxt3-best-features Example: https://codesandbox.io/s/dazzling-butterfly-7eo67 It'd be great to support it, for now it throws errors like `ReferenceError:...
Testing is really important and in my Nuxt3 playground project it works great apart from I had to manually provide components on mount that normally are auto-imported. It's common way...