diff --git a/docs/3.api/2.components/1.nuxt-client-fallback.md b/docs/3.api/2.components/1.nuxt-client-fallback.md index 1707e139ef7b..4abdc0d4970a 100644 --- a/docs/3.api/2.components/1.nuxt-client-fallback.md +++ b/docs/3.api/2.components/1.nuxt-client-fallback.md @@ -30,6 +30,9 @@ This component is experimental and in order to use it you must enable the `exper - **default**: `div` - **placeholder** | **fallback**: Specify fallback content to be rendered if the slot fails to render. - **type**: `string` +- **keepFallback**: Keep the fallback content if it failed to render server-side. + - **type**: `boolean` + - **default**: `false` ```vue