Skip to content

Commit

Permalink
docs: link API reference for Suspense (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Mar 11, 2024
1 parent 6db6990 commit c38056c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/guide/built-ins/suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@ 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.

---

**Related**

- [`<Suspense>` API reference](/api/built-in-components#suspense)

0 comments on commit c38056c

Please sign in to comment.