Devtools badge not displaying
In my nuxt app the devtools badge doesn't show up anymore. The DOM elements are present and can be hovered in element inspector, but they aren't visible. I thought it might have to do with my layout but even with a blank layout no devtools badge.
I can't reproduce it in a fresh app and I'm pulling my hair out over this. Has anyone ever seen this or can maybe hint me on where to look to fix it. Thanks!
3 Replies
A bit of digging turned up that the
nuxt-devtools-hide
class is applied, because the isMinimized
flag in the devtools component is set. I don't get why though, devtools are enabled and I removed all nuxt-devtools-*
entries from local storage to make sure it uses all default settings.i had the same
i just had the same stop dev server delete .nuxt node_modules lockfile an reinstalled
when you click the shortcuts ctrl alt d i forgot
then it shows but after i cleared that it worked again for me
Hi Marko, reinstalling didn't work for me. I'm wondering now whether I'm using the right shortcut. I'm on macOS and the key combo is 'Shift + Option + D' according to the console message. But pressing this keys (I assume it needs to be in the focus of the main window, not the console) doesn't do anything.