浏览代码

Merge pull request #29 from limengke123/patch-4

update: fix wrong highlight code line
Huo Chunyang 7 年之前
父节点
当前提交
caed298e3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/art/8vue-reactive-dep-watch.md

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

@@ -778,7 +778,7 @@ constructor (
 
 这段模板被编译将生成如下渲染函数:
 
-```js {5}
+```js {6}
 // 编译生成的渲染函数是一个匿名函数
 function anonymous () {
   with (this) {