Skip to content

Commit

Permalink
Update create-slot-vnodes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored Jul 10, 2018
1 parent 8f3de8e commit 389f246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-instance/create-slot-vnodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function createVNodesForSlot (
const vue = new Vue()
const _vue = new _Vue()
for (const key in _vue._renderProxy) {
if (!(vue._renderProxy[key])) {
if (!(_vue._renderProxy[key])) {
vue._renderProxy[key] = _vue._renderProxy[key]
}
}
Expand Down

0 comments on commit 389f246

Please sign in to comment.