Nook
NuxtUI / Utable component : question about nested data and slot customization
Hi ! Actually the key property is only able to reach the first level of the object. You can use it like this instead:
I'm not sure my code will exactly suit your needs, but if you can show what a row looks like I could help further
4 replies
Missing type definitions when using useFetch for a dynamic route
Sorry I'm bad at discord, I miss every thread
I spotted the issue and described it here: https://discord.com/channels/473401852243869706/1222581320283324446/1222581320283324446 (or is it unrelated ?)
31 replies
Vue devtools 6.6.1 doesn't seem to work properly since Nuxt 3.10, and stopped displaying in 3.11
Discussed it with posva, he believes there should be no breaking change between vue/devtools 6->7
but from what I digged, it might be caused by a version mismatch.
What's funny is that vue-router does not cause the issue even if pinned at v6, while pinia does
11 replies
Vue devtools 6.6.1 doesn't seem to work properly since Nuxt 3.10, and stopped displaying in 3.11
Although v1.1.4 resolves the latest issue, there is a new one introduced, I opened the issue here:
https://github.com/nuxt/devtools/issues/640
11 replies
Why does Nuxt Dev Tools does not have the ability to inspect a component's state ?
Update: there is also this issue. https://github.com/nuxt/devtools/issues/640
4 replies
can't find module tailwindcss
that is because underlying dependencies are not hoisted to your project's level. You could install it as a dev dependency and only import the types, the build will not add Tailwind twice anyway.
Or, you could add this line in your
.npmrc
And reinstall dependencies5 replies