Skip to content

Commit c06c5b0

Browse files
committed
1 parent 9c1d767 commit c06c5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/component-slots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Vue には [Web Components spec draft](https://github.com/w3c/webcomponents/blob
4848
<todo-button>
4949
<!-- コンポーネントを使ってアイコンを追加 -->
5050
<font-awesome-icon name="plus"></font-awesome-icon>
51-
Your Profile
51+
Add todo
5252
</todo-button>
5353
```
5454

@@ -331,7 +331,7 @@ app.component('todo-list', {
331331
<template v-slot:other="otherSlotProps">
332332
...
333333
</template>
334-
</current-user>
334+
</todo-list>
335335
```
336336

337337
### スロットプロパティの分割代入

0 commit comments

Comments
 (0)