Skip to content

Commit ad9654e

Browse files
committed
Merge branch '2.0-cn' of https://github.com/vuefe/vuejs.org into 2.0-cn
2 parents 008a8d1 + d7762dd commit ad9654e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/render-function.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ render: function (createElement) {
243243

244244
``` js
245245
render: function (createElement) {
246-
var myParagraph =
247246
return createElement('div',
248247
Array.apply(null, { length: 20 }).map(function () {
249248
return createElement('p', 'hi')

0 commit comments

Comments
 (0)