8000 docs: add closing blocks for `ReadMore` components (#22541) · nuxt/nuxt@0141975 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0141975

Browse files
authored
docs: add closing blocks for ReadMore components (#22541)
1 parent c5437e6 commit 0141975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/2.guide/3.going-further/1.experimental-features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export defineNuxtConfig({ experimental: { reactivityTransform: true } })
2929
```
3030

3131
::ReadMore{link="docs/getting-started/configuration#enabling-experimental-vue-features"}
32+
::
3233

3334
## externalVue
3435

@@ -143,6 +144,7 @@ export defineNuxtConfig({ experimental: { viewTransition: true } })
143144
```
144145

145146
::ReadMore{link="docs/getting-started/transitions#view-transitions-api-experimental"}
147+
::
146148

147149
## writeEarlyHints
148150

@@ -161,6 +163,7 @@ export defineNuxtConfig({ experimental: { componentIslands: true } })
161163
```
162164

163165
::ReadMore{link="docs/guide/directory-structure/components#server-components"}
166+
::
164167

165168
You can follow the server components roadmap on [GitHub](https://github.com/nuxt/nuxt/issues/19772).
166169

0 commit comments

Comments
 (0)
0