diff --git a/docs/3.api/3.utils/create-idle-loader.md b/docs/3.api/3.utils/create-idle-loader.md deleted file mode 100644 index 5c7a269a9..000000000 --- a/docs/3.api/3.utils/create-idle-loader.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: 'createIdleLoader' -description: A utility function to customize delayed hydration based on network idle time. -links: - - label: Source - icon: i-simple-icons-github - to: https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/hydrate.ts - size: xs ---- - -You can use this utility to customize the timeout of delayed hydration components based on network idle time. - -## Parameters - -- `timeout` : `number` - -## Example - -If you would like to give a timeout of 5 seconds for the components: - -```vue [pages/index.vue] -