Skip to content

Commit 68416e9

Browse files
committed
chore: fix types
1 parent 02cbbb7 commit 68416e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/componentSlots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const normalizeSlot = (
7070
)
7171
}
7272
return normalizeSlotValue(rawSlot(props))
73-
}, ctx)
73+
}, ctx) as Slot
7474

7575
const normalizeObjectSlots = (rawSlots: RawSlots, slots: InternalSlots) => {
7676
const ctx = rawSlots._ctx

0 commit comments

Comments
 (0)