Skip to content

Commit b987b33

Browse files
author
ryonext
committed
Fix typo
1 parent 5c58446 commit b987b33

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
@@ -117,7 +117,7 @@ var MyComponent = Vue.extend({
117117
})
118118
```
119119

120-
これに伴う問題は、同じ `data` オブジェクトは `MyComponent` の全てのインスタンス間で共有されるということです!これは最も私達が望んでいないものの可能性があるので、私達は `data` オプションとして新たなオブエジェクトを返す関数を使用する必要があります:
120+
これに伴う問題は、同じ `data` オブジェクトは `MyComponent` の全てのインスタンス間で共有されるということです!これは最も私達が望んでいないものの可能性があるので、私達は `data` オプションとして新たなオブジェクトを返す関数を使用する必要があります:
121121

122122
``` js
123123
var MyComponent = Vue.extend({

0 commit comments

Comments
 (0)