Skip to content

Commit

Permalink
fix(guide/suspense): missing v3.3+ badge in suspensible prop (#3002)
Browse files Browse the repository at this point in the history
* fix(guide/suspense): missing v3.3+ badge in suspensible prop

Signed-off-by: GitHub <[email protected]>

* fix: replace badge with list item

---------

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga authored Sep 26, 2024
1 parent 808ad46 commit e61a1c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/guide/built-ins/suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Vue Router has built-in support for [lazily loading components](https://router.v

## Nested Suspense {#nested-suspense}

- Only supported in 3.3+

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

```vue-html
Expand Down

0 comments on commit e61a1c0

Please sign in to comment.