diff --git a/docs/3.api/1.components/11.teleports.md b/docs/3.api/1.components/11.teleports.md index 8821cda125..8e9bc52a4e 100644 --- a/docs/3.api/1.components/11.teleports.md +++ b/docs/3.api/1.components/11.teleports.md @@ -4,7 +4,7 @@ description: The component teleports a component to a different locat --- ::warning -The `to` target of [``](https://vuejs.org/guide/built-ins/teleport.html) expects a CSS selector string or an actual DOM node. Nuxt currently has SSR support for teleports to `body` only, with client-side support for other targets using a `` wrapper. +The `to` target of [``](https://vuejs.org/guide/built-ins/teleport.html) expects a CSS selector string or an actual DOM node. Nuxt currently has SSR support for teleports to `#teleports` only, with client-side support for other targets using a `` wrapper. :: ## Body Teleport @@ -14,7 +14,7 @@ The `to` target of [``](https://vuejs.org/guide/built-ins/teleport.htm - +