From: Evan You Date: Fri, 5 Mar 2021 17:17:27 +0000 (-0500) Subject: chore: fix types X-Git-Tag: v3.0.8~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68416e988ffb6266d975aeb4bb751c96b1a43b7d;p=thirdparty%2Fvuejs%2Fcore.git chore: fix types --- diff --git a/packages/runtime-core/src/componentSlots.ts b/packages/runtime-core/src/componentSlots.ts index fbb0096974..325f076fbf 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