From 5786dd382b1c72241ba6f24a612e3940c68c0a72 Mon Sep 17 00:00:00 2001 From: julien huang Date: Fri, 21 Oct 2022 00:47:05 +0200 Subject: [PATCH] docs: lint --- docs/content/2.guide/2.directory-structure/1.components.md | 2 +- docs/content/3.api/2.components/8.client-fallback.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/2.guide/2.directory-structure/1.components.md b/docs/content/2.guide/2.directory-structure/1.components.md index fc26a4d923e4..416c330bbc70 100644 --- a/docs/content/2.guide/2.directory-structure/1.components.md +++ b/docs/content/2.guide/2.directory-structure/1.components.md @@ -225,7 +225,7 @@ This feature only works with Nuxt auto-imports and `#components` imports. Explic ## Component -Nuxt provides the `` component to render its slot in client-side if it fails to render in ssr. +Nuxt provides the `` component to render its slot in client-side if it fails to render in ssr. You can specify a `fallbackTag` to `` to make it render a specific tag if it fails to render in ssr. ```html{}[pages/example.vue] diff --git a/docs/content/3.api/2.components/8.client-fallback.md b/docs/content/3.api/2.components/8.client-fallback.md index c9e152811a3e..35ab03bbdd6b 100644 --- a/docs/content/3.api/2.components/8.client-fallback.md +++ b/docs/content/3.api/2.components/8.client-fallback.md @@ -30,4 +30,5 @@ Nuxt provides `` component to render its children on client side - ``` \ No newline at end of file + ``` + \ No newline at end of file