We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634704f commit e73b073Copy full SHA for e73b073
README.md
@@ -75,14 +75,12 @@ yarn add vue-react-query
75
76
# DevTools
77
78
-This package provides built-in devtools in form of a Vue component.
79
-Use DevTools component in the entry component of your application.
+This package provides built-in devtools in the form of a Vue component.
+Use VueQueryDevTools component in the entry component of your application.
80
81
Check [Examples section](#examples).
82
83
-**Disclaimer:**
84
-**_You have to manually remove this component from production builds as of now._**
85
-**_Devtools are not supported on Vue 2.x_**
+**_Disclaimer: Devtools not supported on Vue 2.x_**
86
87
```
88
<script lang="ts">
0 commit comments