Skip to content

Commit e9d3c36

Browse files
authored
번역 추가
번역되지 않은 부분에 대해서 번역 추가하였습니다.
1 parent 41940d7 commit e9d3c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Vue.set(vm.items, indexOfItem, newValue)
290290
vm.items.splice(indexOfItem, 1, newValue)
291291
```
292292

293-
You can also use the [`vm.$set`](https://vuejs.org/v2/api/#vm-set) instance method, which is an alias for the global `Vue.set`:
293+
물론 인스턴스 메소드 [`vm.$set`](https://vuejs.org/v2/api/#vm-set) 도 사용 가능하며, 이것은 전역 메소드 `Vue.set` :
294294

295295
``` js
296296
vm.$set(vm.items, indexOfItem, newValue)

0 commit comments

Comments
 (0)