From 68416e988ffb6266d975aeb4bb751c96b1a43b7d Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 5 Mar 2021 12:17:27 -0500 Subject: [PATCH] chore: fix types --- packages/runtime-core/src/componentSlots.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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