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.
2 parents 267b40f + 07f3e1d commit 5bd9627Copy full SHA for 5bd9627
README.md
@@ -46,6 +46,7 @@ $ hexo server
46
- [haru01](https://github.com/haru01)
47
- [hrysd](https://github.com/hrysd)
48
- [hypermkt](https://github.com/hypermkt)
49
+- [itkrt2y](https://github.com/itkrt2y)
50
- [KangYoosam](https://github.com/KangYoosam)
51
- [kaorun343](https://github.com/kaorun343)
52
- [kuy](https://github.com/kuy)
src/guide/reactivity.md
@@ -43,7 +43,7 @@ vm.$set('b', 2)
43
// `vm.b` と `data.b` は今はリアクティブです
44
```
45
-プレーンなデータオブジェクトに対しては、グロバール `Vue.set(object, key, value)` メソッドを使用することができます:
+プレーンなデータオブジェクトに対しては、 `Vue.set(object, key, value)` グローバルメソッドを使用することができます:
``` js
Vue.set(data, 'c', 3)
0 commit comments