We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e5a66 commit 7cb3ce0Copy full SHA for 7cb3ce0
src/guide/reactivity.md
@@ -43,7 +43,7 @@ vm.$set('b', 2)
43
// `vm.b` と `data.b` は今はリアクティブです
44
```
45
46
-プレーンなデータオブジェクトに対しては、グローバル `Vue.set(object, key, value)` メソッドを使用することができます:
+プレーンなデータオブジェクトに対しては、 `Vue.set(object, key, value)` グローバルメソッドを使用することができます:
47
48
``` js
49
Vue.set(data, 'c', 3)
0 commit comments