Skip to content

Commit

Permalink
docs: update custom-client.md (#7383)
Browse files Browse the repository at this point in the history
usefull -> useful
  • Loading branch information
eltociear committed May 6, 2024
1 parent 413d1a1 commit 2c0dc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/vue/guides/custom-client.md
Expand Up @@ -32,7 +32,7 @@ app.use(VueQueryPlugin, vueQueryPluginOptions)

### Custom context key

You can also customize the key under which `QueryClient` will be accessible in Vue context. This can be usefull is you want to avoid name clashing between multiple apps on the same page with Vue2.
You can also customize the key under which `QueryClient` will be accessible in Vue context. This can be useful is you want to avoid name clashing between multiple apps on the same page with Vue2.

It works both with default, and custom `QueryClient`

Expand Down

0 comments on commit 2c0dc08

Please sign in to comment.