T
TanStack2y ago
fascinating-indigo

vue-query Devtools panel doesn't show up

Does the native vue-query devtools panel work for you guys? I've tried Chrome and Firefox but it doesn't seem to show up.
5 Replies
harsh-harlequin
harsh-harlequin17mo ago
are you using it as a nuxt module or just a vue spa?
fascinating-indigo
fascinating-indigoOP17mo ago
I'm on a Vue SPA using the browser DevTools
itchy-amethyst
itchy-amethyst16mo ago
The dev tools disappeared for me several months ago, probably at some version change? I changed to use the VueQueryDevtools component from @tanstack/vue-query-devtools instead (which seems to be the more actively developed dev tools too)
fascinating-indigo
fascinating-indigoOP16mo ago
@Brian Mitchell I had missed the enableDevtoolsV6Plugin flag, so when I enabled it, devtools started working again https://tanstack.com/query/latest/docs/framework/vue/devtools#traditional-devtools
itchy-amethyst
itchy-amethyst16mo ago
Oh nice! I had missed that too

Did you find this page helpful?