Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Oct 20, 2022
1 parent b4e4ea3 commit 5786dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.directory-structure/1.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ This feature only works with Nuxt auto-imports and `#components` imports. Explic

## <ClientFallback> Component

Nuxt provides the `<ClientFallback>` component to render its slot in client-side if it fails to render in ssr.
Nuxt provides the `<ClientFallback>` component to render its slot in client-side if it fails to render in ssr.
You can specify a `fallbackTag` to `<ClientFallback>` to make it render a specific tag if it fails to render in ssr.

```html{}[pages/example.vue]
Expand Down
3 changes: 2 additions & 1 deletion docs/content/3.api/2.components/8.client-fallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Nuxt provides `<ClientFallback>` component to render its children on client side
<BrokeInSsr />
</ClientFallback>
</template>
```
```

0 comments on commit 5786dd3

Please sign in to comment.