Ver Fonte

fix typo

Zentim há 7 anos atrás
pai
commit
4a54b0315b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/art/7vue-reactive.md

+ 1 - 1
docs/art/7vue-reactive.md

@@ -445,7 +445,7 @@ $watch('a.b', () => {
 ```js
 function $watch (exp, fn) {
   Target = fn
-  // 读取字段值,触发 set 函数
+  // 读取字段值,触发 get 函数
   data[exp]
 }
 ```