DANANZ M1
why nuxt ignores my head tags when using ssr:false?
I saw that this PR: https://github.com/nuxt/framework/pull/8975
should use the head tags for ssr:false pages but its not working in my case, its only taking fallbacks from the nuxt.config.ts file
9 replies
Why does Nuxt Dev Tools does not have the ability to inspect a component's state ?
I remember Vue 2 had a great dev tools that could preview each component state like data and props and computeds, I've tried looking this feature in Nuxt devtools but it doesnt have it, and Vue 3 devtools are not working anymore.
4 replies