From b5f1d12543269d38fe226e60415fabf32ff87e19 Mon Sep 17 00:00:00 2001 From: martinTabobine Date: Mon, 10 Nov 2025 17:14:24 +0100 Subject: [PATCH] typo react /vue --- docs/reference/QueryClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/QueryClient.md b/docs/reference/QueryClient.md index a6e57679e2..83b353fe6f 100644 --- a/docs/reference/QueryClient.md +++ b/docs/reference/QueryClient.md @@ -8,7 +8,7 @@ title: QueryClient The `QueryClient` can be used to interact with a cache: ```tsx -import { QueryClient } from '@tanstack/react-query' +import { QueryClient } from '@tanstack/vue-query' const queryClient = new QueryClient({ defaultOptions: {