feat(ssr): render portals (#714)
This commit is contained in:
committed by
GitHub
parent
aa09f01a1e
commit
e495fa4a18
@@ -16,7 +16,7 @@ export function ssrRenderSlot(
|
||||
slotProps: Props,
|
||||
fallbackRenderFn: (() => void) | null,
|
||||
push: PushFn,
|
||||
parentComponent: ComponentInternalInstance | null = null
|
||||
parentComponent: ComponentInternalInstance
|
||||
) {
|
||||
const slotFn = slots[slotName]
|
||||
// template-compiled slots are always rendered as fragments
|
||||
|
||||
Reference in New Issue
Block a user