Skip to content

Commit

Permalink
chore: add info about Teleport+RenderCacheable in docs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Nov 15, 2024
1 parent 40b2a1f commit ed2c6af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/features/component-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ that, rendering is skipped and the markup is directly rendered.
Note that the slot can only have a single child. If you need to include multiple
children, you have to create a separate component for that.

::: warning

Due to a [bug in Vue](https://github.com/vuejs/core/issues/6207) it's currently
not possible to use `<Teleport>` together with `<RenderCacheable>` (or any other
async component).

:::

## Configuration

::: code-group
Expand Down

0 comments on commit ed2c6af

Please sign in to comment.