Skip to content

Commit d4af188

Browse files
authored
fix(guide/suspense): missing v3.3+ badge in suspensible prop
Signed-off-by: GitHub <noreply@github.com>
1 parent 6d4e543 commit d4af188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/built-ins/suspense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following example shows how to nest these components so that they all behave
133133

134134
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.
135135

136-
## Nested Suspense {#nested-suspense}
136+
## Nested Suspense <sup class="vt-badge" data-text="3.3+" /> {#nested-suspense}
137137

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

0 commit comments

Comments
 (0)