Arlo
Arlo
> Now I see that Vue Query Devtools doesn't work even in the standard Vue Developer Tools chrome extension 🤔 It could be an issue with Vue Query Thanks for...
Thank you for your feedback, we will improve it.
https://devtools-next.vuejs.org/getting-started/features#multiple-apps-support
Can you upgrade to v7.3.0 and try again? thanks.
Can you provide a mini repo? Thanks
We're missing the iframe injection case (See:https://github.com/vuejs/devtools/blob/main/packages/app-backend-core/src/hook.ts#L42 After a discussion with @elonehoo, he will try to support this case.
Update to the last version
In order to support vite 5 and 6, we should pin `vite-plugin-inspect` to the v0.8.x. So let's hold on to this feature for now. See:https://github.com/vuejs/devtools/issues/713
Can you provide a mini repo? Thanks.
> I created a minimal reproducible example over at: https://github.com/devtobi/devtools-inspector-missing-example > > I found that the button appears when I change the configuration of the vite-vue-plugin to include options API....