We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039880 commit 7867b8aCopy full SHA for 7867b8a
src/guide/built-ins/suspense.md
@@ -71,7 +71,7 @@ const posts = await res.json()
71
72
## 加载中状态 {#loading-state}
73
74
-`<Suspense>` 组件有两个插槽:`#default` 和 `#fallback`。两个插槽都只允许**一个**直接子节点。在可能的时候都将显示默认槽中的节点。否则将显示后备槽中的节点。
+`<Suspense>` 组件有两个插槽:`#default` 和 `#fallback`。两个插槽都只允许**一个**直接子节点。在可能的时候都将显示默认插槽中的节点。否则将显示后备插槽中的节点。
75
76
```vue-html
77
<Suspense>
0 commit comments