Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with @tanstack/vue-query #317

Closed
teziovsky opened this issue Apr 5, 2024 · 4 comments 路 Fixed by #381
Closed

Add integration with @tanstack/vue-query #317

teziovsky opened this issue Apr 5, 2024 · 4 comments 路 Fixed by #381
Assignees
Labels

Comments

@teziovsky
Copy link

Hi folks! 馃憢馃徏

Requesting a plugin integration for Vue Devtools that enables quick inspection of features provided by @tanstack/vue-query. This integration would streamline debugging and enhance the development experience for Vue applications utilizing vue-query.

@teziovsky teziovsky changed the title Integration with @tanstack/vue-query Add integration with @tanstack/vue-query Apr 5, 2024
@alexzhang1030
Copy link
Collaborator

That will be great! We will look into it.

@sibbl
Copy link

sibbl commented Apr 16, 2024

There's already some support available. You can enable it by calling:

app.use(VueQueryPlugin, {
    enableDevtoolsV6Plugin: true
});

In your dev tools, a new "Vue query" will pop up and timeline events will appear.

Instead of this, you can also install the @tanstack/vue-query-devtools package instead and enable it as a stand-alone component in your website. In comparison to the integrated devtools support, this is properly documented on their site.

@alexzhang1030
Copy link
Collaborator

There's already some support available. You can enable it by calling:

app.use(VueQueryPlugin, {

    enableDevtoolsV6Plugin: true

});

In your dev tools, a new "Vue query" will pop up and timeline events will appear.

Instead of this, you can also install the @tanstack/vue-query-devtools package instead and enable it as a stand-alone component in your website. In comparison to the integrated devtools support, this is properly documented on their site.

Awesome 馃ぉ

@sibbl
Copy link

sibbl commented Apr 16, 2024

Okay, I just found the following work item which summarizes the missing V7+ support: TanStack/query#7228

So enable the option with care 馃憤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants