Skip to content

Commit d8c69bf

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

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
@@ -110,4 +110,4 @@ app.component('todo-list', {
110110
})
111111
```
112112

113-
こうすると、`todos.length`へのあらゆる変更が、`todoLength` が注入されたコンポーネントに正しく反映されます。`reactive` の provide/inject の詳細については、[Composition API セクション](composition-api-provide-inject.html#injection-reactivity) をご覧ください。
113+
こうすると、`todos.length`へのあらゆる変更が、`todoLength` が注入されたコンポーネントに正しく反映されます。`reactive` の provide/inject の詳細については、[コンポジション API セクション](composition-api-provide-inject.html#injection-reactivity) をご覧ください。

0 commit comments

Comments
 (0)