Skip to content

Commit

Permalink
chore: replace '槽' with ‘插槽’ (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany authored Oct 24, 2024
1 parent 5039880 commit fbdf2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/built-ins/suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const posts = await res.json()

## 加载中状态 {#loading-state}

`<Suspense>` 组件有两个插槽:`#default``#fallback`。两个插槽都只允许**一个**直接子节点。在可能的时候都将显示默认槽中的节点。否则将显示后备槽中的节点
`<Suspense>` 组件有两个插槽:`#default``#fallback`。两个插槽都只允许**一个**直接子节点。在可能的时候都将显示默认插槽中的节点。否则将显示后备插槽中的节点

```vue-html
<Suspense>
Expand Down

0 comments on commit fbdf2a2

Please sign in to comment.