فهرست منبع

chore: modify typos

HcySunYang 7 سال پیش
والد
کامیت
ddb794f284
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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]
 }
 ```