diff --git a/docs/3.api/3.utils/create-idle-loader.md b/docs/3.api/3.utils/create-idle-loader.md index ca17db26f9..5c7a269a99 100644 --- a/docs/3.api/3.utils/create-idle-loader.md +++ b/docs/3.api/3.utils/create-idle-loader.md @@ -12,7 +12,7 @@ You can use this utility to customize the timeout of delayed hydration component ## Parameters -- `options`: `{ timeout }` +- `timeout` : `number` ## Example @@ -21,7 +21,7 @@ If you would like to give a timeout of 5 seconds for the components: ```vue [pages/index.vue]