Skip to content

Commit 389f246

Browse files
authored
Update create-slot-vnodes.js
1 parent 8f3de8e commit 389f246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function createVNodesForSlot (
2525
const vue = new Vue()
2626
const _vue = new _Vue()
2727
for (const key in _vue._renderProxy) {
28-
if (!(vue._renderProxy[key])) {
28+
if (!(_vue._renderProxy[key])) {
2929
vue._renderProxy[key] = _vue._renderProxy[key]
3030
}
3131
}

0 commit comments

Comments
 (0)