feat(compiler): mark compiler-generated slots for runtime
This commit is contained in:
@@ -264,7 +264,9 @@ export function buildSlots(
|
||||
}
|
||||
|
||||
let slots: ObjectExpression | CallExpression = createObjectExpression(
|
||||
slotsProperties,
|
||||
slotsProperties.concat(
|
||||
createObjectProperty(`_compiled`, createSimpleExpression(`true`, false))
|
||||
),
|
||||
loc
|
||||
)
|
||||
if (dynamicSlots.length) {
|
||||
|
||||
Reference in New Issue
Block a user