daiwei 1 год назад
Родитель
Сommit
f4b04986ae
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/compiler-core/src/transforms/vSkip.ts

+ 1 - 2
packages/compiler-core/src/transforms/vSkip.ts

@@ -147,8 +147,7 @@ export function processSkip(
       )
       if (prop) {
         const slotNode = prop.value.returns as TemplateChildNode[]
-        // clone the slot node to avoid mutating the original one, since it
-        // will be transformed again in ssr slot vnode fallback
+        // using the cloned node for ssr VNode-based slot
         children = context.inSSR ? clone(slotNode) : slotNode
       } else {
         context.onError(