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 cd9735d commit a4bcf83Copy full SHA for a4bcf83
packages/server-renderer/src/helpers/ssrRenderSlot.ts
@@ -74,6 +74,8 @@ export function ssrRenderSlotInner(
74
)
75
} else if (fallbackRenderFn) {
76
fallbackRenderFn()
77
+ } else {
78
+ push(`<!---->`)
79
}
80
} else {
81
// ssr slot.
@@ -92,6 +94,8 @@ export function ssrRenderSlotInner(
92
94
if (isEmptySlot) {
93
95
if (fallbackRenderFn) {
96
97
98
99
100
101
// #9933
@@ -117,6 +121,8 @@ export function ssrRenderSlotInner(
117
121
118
122
119
123
124
125
120
126
127
128
0 commit comments