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