mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +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"}
|
::ReadMore{link="docs/getting-started/configuration#enabling-experimental-vue-features"}
|
||||||
|
::
|
||||||
|
|
||||||
## externalVue
|
## externalVue
|
||||||
|
|
||||||
@ -143,6 +144,7 @@ export defineNuxtConfig({ experimental: { viewTransition: true } })
|
|||||||
```
|
```
|
||||||
|
|
||||||
::ReadMore{link="docs/getting-started/transitions#view-transitions-api-experimental"}
|
::ReadMore{link="docs/getting-started/transitions#view-transitions-api-experimental"}
|
||||||
|
::
|
||||||
|
|
||||||
## writeEarlyHints
|
## writeEarlyHints
|
||||||
|
|
||||||
@ -161,6 +163,7 @@ export defineNuxtConfig({ experimental: { componentIslands: true } })
|
|||||||
```
|
```
|
||||||
|
|
||||||
::ReadMore{link="docs/guide/directory-structure/components#server-components"}
|
::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).
|
You can follow the server components roadmap on [GitHub](https://github.com/nuxt/nuxt/issues/19772).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user