Skip to content

Commit dd37626

Browse files
mtmtkzmkazupon
andauthored
Update src/guide/component-provide-inject.md
Co-authored-by: kazuya kawaguchi <[email protected]>
1 parent 0c91b39 commit dd37626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Root
2020
└─ TodoListStatistics
2121
```
2222

23-
もし todo-items のサイズを `TodoListStatistics` に渡したい場合、prop をこのように渡します: `TodoList``TodoListFooter``TodoListStatistics`。provide/inject を利用すると、これを直接的に行えます。
23+
もし todo-items のサイズを `TodoListStatistics` に渡したい場合、プロパティをこのように渡します: `TodoList``TodoListFooter``TodoListStatistics`。provide/inject を利用すると、これを直接的に行えます。
2424

2525
```js
2626
const app = Vue.createApp({})

0 commit comments

Comments
 (0)