Skip to content

Commit

Permalink
fix: add missing anchors on suspense (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-nematpour committed Apr 13, 2024
1 parent c1de1dd commit 3d854a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/built-ins/suspense.md
Expand Up @@ -133,7 +133,7 @@ The following example shows how to nest these components so that they all behave

Vue Router has built-in support for [lazily loading components](https://router.vuejs.org/guide/advanced/lazy-loading.html) using dynamic imports. These are distinct from async components and currently they will not trigger `<Suspense>`. However, they can still have async components as descendants and those can trigger `<Suspense>` in the usual way.

## Nested Suspense
## Nested Suspense {#nested-suspense}

When we have multiple async components (common for nested or layout-based routes) like this:

Expand Down

0 comments on commit 3d854a0

Please sign in to comment.