We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1402e32 commit 0921aceCopy full SHA for 0921ace
packages/create-instance/create-component-stubs.js
@@ -88,6 +88,7 @@ function getScopedSlotRenderFunctions(ctx: any): Array<string> {
88
if (
89
ctx &&
90
ctx.$options &&
91
+ ctx.$options.parent &&
92
ctx.$options.parent._vnode &&
93
ctx.$options.parent._vnode.data &&
94
ctx.$options.parent._vnode.data.scopedSlots
0 commit comments