Skip to content

Commit 01e3253

Browse files
Merge pull request #215 from els0212/master
번역 추가
2 parents 41940d7 + 80e78a2 commit 01e3253

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)