Skip to content

Commit f0574f7

Browse files
authored
docs: add info about enable devtools (#99)
1 parent d723428 commit f0574f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ export default defineNuxtConfig({
110110
defaultOptions: { queries: { staleTime: 5000 } } // default
111111
},
112112
// Pass the vue query plugin options here ....
113-
vueQueryPluginOptions: {}
113+
vueQueryPluginOptions: {
114+
enableDevtoolsV6Plugin: true, // enable integrate with the official vue devtools
115+
}
114116
}
115117
})
116118
```

0 commit comments

Comments
 (0)