Skip to content

Commit 5f26949

Browse files
authored
fix: replace badge with list item
1 parent d4af188 commit 5f26949

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/guide/built-ins/suspense.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ 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 <sup class="vt-badge" data-text="3.3+" /> {#nested-suspense}
136+
## Nested Suspense {#nested-suspense}
137+
138+
- Only supported in 3.3+
137139

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

0 commit comments

Comments
 (0)