File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " <NuxtClientFallback >"
2
+ title : " <NuxtIsland >"
3
3
description : " Nuxt provides `<NuxtIsland>` component to render a non-interactive component without any client JS"
4
4
---
5
5
@@ -43,8 +43,8 @@ Remote islands need `experimental.componentsIsland` to be `'local+remote'` in yo
43
43
44
44
Slots can be passed to an island component if declared.
45
45
46
- Every slots are interactive since the parent component is the one providing it.
46
+ Every slot is interactive since the parent component is the one providing it.
47
47
48
48
Some slots are reserved to ` NuxtIsland ` for special cases.
49
49
50
- - ** fallback** : Specify the content to be rendered if ` NuxtIsland ` fails to fetch the component.
50
+ - ** fallback** : Specify the content to be rendered before the island loads (if the component is lazy) or if ` NuxtIsland ` fails to fetch the component.
You can’t perform that action at this time.
0 commit comments