Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f7bfae

Browse files
authoredJul 10, 2018
Update create-slot-vnodes.js
1 parent ad954f8 commit 4f7bfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/create-instance/create-slot-vnodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function createVNodesForSlot (
3131
}
3232
try {
3333
// $FlowIgnore
34-
vnode = el.render.call(vue._renderProxy, h)
34+
vnode = el.render.call(_vue._renderProxy, h)
3535
vnode = h(vnode.tag, vnode.data || {}, vnode.children)
3636
} catch (e) {
3737
}

0 commit comments

Comments
 (0)
Please sign in to comment.