Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
504 Bytes
---
id: window-focus-refetching
title: Window Focus Refetching
ref: docs/framework/react/guides/window-focus-refetching.md
replace: { '@tanstack/react-query': '@tanstack/vue-query' }
---
[//]: # 'Example'
```js
const vueQueryPluginOptions: VueQueryPluginOptions = {
queryClientConfig: {
defaultOptions: {
queries: {
refetchOnWindowFocus: false,
},
},
},
}
app.use(VueQueryPlugin, vueQueryPluginOptions)
```
[//]: # 'Example'
[//]: # 'ReactNative'
[//]: # 'ReactNative'