Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 5, 2021
1 parent 02cbbb7 commit 68416e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/componentSlots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const normalizeSlot = (
)
}
return normalizeSlotValue(rawSlot(props))
}, ctx)
}, ctx) as Slot

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

0 comments on commit 68416e9

Please sign in to comment.