Ver Fonte

Merge pull request #29 from limengke123/patch-4

update: fix wrong highlight code line
Huo Chunyang há 7 anos atrás
pai
commit
caed298e3f
1 ficheiros alterados com 1 adições e 1 exclusões
  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) {