Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 494 Bytes

window-focus-refetching.md

File metadata and controls

25 lines (22 loc) · 494 Bytes
id title ref replace
window-focus-refetching
Window Focus Refetching
docs/react/guides/window-focus-refetching.md
@tanstack/react-query
@tanstack/vue-query
const vueQueryPluginOptions: VueQueryPluginOptions = {
  queryClientConfig: {
    defaultOptions: {
      queries: {
        refetchOnWindowFocus: false,
      },
    },
  },
}
app.use(VueQueryPlugin, vueQueryPluginOptions)