wip(compiler): codegen node w/ block optimization for v-for
This commit is contained in:
@@ -143,6 +143,7 @@ function buildSlot(
|
||||
createFunctionExpression(
|
||||
slotProps,
|
||||
children,
|
||||
false,
|
||||
children.length ? children[0].loc : loc
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user