Explorar el Código

Update 8vue-reactive-dep-watch.md

Jordan hace 6 años
padre
commit
0aee54318c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]