From af6a96b43c285b34f9ee48d472f7b89dfedc5c32 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 1 Jun 2026 15:21:55 +0900 Subject: [PATCH] docs(framework/vue/devtools): correct 'your React app' typo to 'your Vue app' in the Embedded Mode section --- docs/framework/vue/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/vue/devtools.md b/docs/framework/vue/devtools.md index 1392f2d2dc1..ee802a1fce4 100644 --- a/docs/framework/vue/devtools.md +++ b/docs/framework/vue/devtools.md @@ -88,7 +88,7 @@ import { VueQueryDevtools } from '@tanstack/vue-query-devtools' Embedded mode will show the development tools as a fixed element in your application, so you can use our panel in your own development tools. -Place the following code as high in your React app as you can. The closer it is to the root of the page, the better it will work! +Place the following code as high in your Vue app as you can. The closer it is to the root of the page, the better it will work! ```vue