wip: exclude legacy slots from $scopedSlots
This commit is contained in:
@@ -878,6 +878,9 @@ function genFunctionExpression(
|
||||
push(`}`)
|
||||
}
|
||||
if (isSlot) {
|
||||
if (__COMPAT__ && node.isNonScopedSlot) {
|
||||
push(`, undefined, true`)
|
||||
}
|
||||
push(`)`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user