소스 검색

Update 8vue-reactive-dep-watch.md

Jordan 6 년 전
부모
커밋
0aee54318c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/art/8vue-reactive-dep-watch.md

+ 1 - 1
docs/art/8vue-reactive-dep-watch.md

@@ -2363,7 +2363,7 @@ for (const key in computed) {
 }
 ```
 
-这个 `for` 循环用来遍历 `computed` 选项对象,在循环的内部首先是这样一段代码:
+这个 `for...in` 循环用来遍历 `computed` 选项对象,在循环的内部首先是这样一段代码:
 
 ```js
 const userDef = computed[key]