diff --git a/packages/runtime-core/src/componentSlots.ts b/packages/runtime-core/src/componentSlots.ts index fbb00969..325f076f 100644 --- a/packages/runtime-core/src/componentSlots.ts +++ b/packages/runtime-core/src/componentSlots.ts @@ -70,7 +70,7 @@ const normalizeSlot = ( ) } return normalizeSlotValue(rawSlot(props)) - }, ctx) + }, ctx) as Slot const normalizeObjectSlots = (rawSlots: RawSlots, slots: InternalSlots) => { const ctx = rawSlots._ctx