Skip to content

Commit e61a1c0

Browse files
authored
fix(guide/suspense): missing v3.3+ badge in suspensible prop (#3002)
* fix(guide/suspense): missing v3.3+ badge in suspensible prop Signed-off-by: GitHub <noreply@github.com> * fix: replace badge with list item --------- Signed-off-by: GitHub <noreply@github.com>
1 parent 808ad46 commit e61a1c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/built-ins/suspense.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Vue Router has built-in support for [lazily loading components](https://router.v
135135

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

138+
- Only supported in 3.3+
139+
138140
When we have multiple async components (common for nested or layout-based routes) like this:
139141

140142
```vue-html

0 commit comments

Comments
 (0)