Skip to content

Commit a690f6a

Browse files
authored
Update components.md
1 parent f2efe78 commit a690f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ components: {
966966
<MyComponent></MyComponent>
967967
```
968968

969-
如果组件未经 `slot` 元素传递内容,你甚至可以在组件名后使用 `/` 使其自闭和
969+
如果组件未经 `slot` 元素传递内容,你甚至可以在组件名后使用 `/` 使其自闭合
970970

971971
``` html
972972
<my-component/>

0 commit comments

Comments
 (0)