chore: fix types

This commit is contained in:
Evan You 2021-03-05 12:17:27 -05:00
parent 02cbbb718c
commit 68416e988f

View File

@ -70,7 +70,7 @@ const normalizeSlot = (
)
}
return normalizeSlotValue(rawSlot(props))
}, ctx)
}, ctx) as Slot
const normalizeObjectSlots = (rawSlots: RawSlots, slots: InternalSlots) => {
const ctx = rawSlots._ctx