We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3de8e commit 389f246Copy full SHA for 389f246
packages/create-instance/create-slot-vnodes.js
@@ -25,7 +25,7 @@ function createVNodesForSlot (
25
const vue = new Vue()
26
const _vue = new _Vue()
27
for (const key in _vue._renderProxy) {
28
- if (!(vue._renderProxy[key])) {
+ if (!(_vue._renderProxy[key])) {
29
vue._renderProxy[key] = _vue._renderProxy[key]
30
}
31
0 commit comments