Skip to content

Commit 7b51f82

Browse files
authored
代码部分 变量名的错别字 (vuejs#125)
1 parent 6323193 commit 7b51f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/watchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ obj.count++
196196
watch(
197197
() => state.someObject,
198198
() => {
199-
// 仅当 state.activeObject 被替换时触发
199+
// 仅当 state.someObject 被替换时触发
200200
}
201201
)
202202
```

0 commit comments

Comments
 (0)