Skip to content

Commit b78344b

Browse files
wxsmsnaokie
authored andcommitted
update component-provide-inject.md (#1343)
1 parent 593dadf commit b78344b

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
@@ -67,7 +67,7 @@ app.component('todo-list', {
6767
})
6868
```
6969

70-
コンポーネントのインスタンスプロパティにアクセスするためには、`provide` をオブジェクトを返す関数へ変換する必要があります
70+
コンポーネントのインスタンスプロパティにアクセスするためには、`provide` をオブジェクトを返す関数へ変換する必要があります:
7171

7272
```js
7373
app.component('todo-list', {

0 commit comments

Comments
 (0)