We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a7f9d commit 36343f9Copy full SHA for 36343f9
packages/runtime-vapor/src/componentSlots.ts
@@ -126,6 +126,7 @@ export function createSlot(
126
const renderSlot = () => {
127
const slot = getSlot(rawSlots, isFunction(name) ? name() : name)
128
if (slot) {
129
+ fragment.fallback = fallback
130
// create and cache bound version of the slot to make it stable
131
// so that we avoid unnecessary updates if it resolves to the same slot
132
fragment.update(
0 commit comments