parent
4a5b91bd1f
commit
8cb0b83088
@ -35,7 +35,7 @@ export function renderSlot(
|
|||||||
Fragment,
|
Fragment,
|
||||||
{ key: props.key },
|
{ key: props.key },
|
||||||
slot ? slot(props) : fallback || [],
|
slot ? slot(props) : fallback || [],
|
||||||
slots._ ? 0 : PatchFlags.BAIL
|
slots._ ? PatchFlags.STABLE_FRAGMENT : PatchFlags.BAIL
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user