mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: add closing blocks for ReadMore
components (#22541)
This commit is contained in:
parent
c5437e648a
commit
01419756ee
@ -29,6 +29,7 @@ export defineNuxtConfig({ experimental: { reactivityTransform: true } })
|
||||
```
|
||||
|
||||
::ReadMore{link="docs/getting-started/configuration#enabling-experimental-vue-features"}
|
||||
::
|
||||
|
||||
## externalVue
|
||||
|
||||
@ -143,6 +144,7 @@ export defineNuxtConfig({ experimental: { viewTransition: true } })
|
||||
```
|
||||
|
||||
::ReadMore{link="docs/getting-started/transitions#view-transitions-api-experimental"}
|
||||
::
|
||||
|
||||
## writeEarlyHints
|
||||
|
||||
@ -161,6 +163,7 @@ export defineNuxtConfig({ experimental: { componentIslands: true } })
|
||||
```
|
||||
|
||||
::ReadMore{link="docs/guide/directory-structure/components#server-components"}
|
||||
::
|
||||
|
||||
You can follow the server components roadmap on [GitHub](https://github.com/nuxt/nuxt/issues/19772).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user