Skip to content

Commit 5bd9627

Browse files
committed
Merge branch 'lang-ja-1.0' into v1-jp/master
2 parents 267b40f + 07f3e1d commit 5bd9627

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ $ hexo server
4646
- [haru01](https://github.com/haru01)
4747
- [hrysd](https://github.com/hrysd)
4848
- [hypermkt](https://github.com/hypermkt)
49+
- [itkrt2y](https://github.com/itkrt2y)
4950
- [KangYoosam](https://github.com/KangYoosam)
5051
- [kaorun343](https://github.com/kaorun343)
5152
- [kuy](https://github.com/kuy)

src/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ vm.$set('b', 2)
4343
// `vm.b` と `data.b` は今はリアクティブです
4444
```
4545

46-
プレーンなデータオブジェクトに対しては、グロバール `Vue.set(object, key, value)` メソッドを使用することができます:
46+
プレーンなデータオブジェクトに対しては、 `Vue.set(object, key, value)` グローバルメソッドを使用することができます:
4747

4848
``` js
4949
Vue.set(data, 'c', 3)

0 commit comments

Comments
 (0)