Explorar o código

chore: comments

Evan You %!s(int64=6) %!d(string=hai) anos
pai
achega
cc748db33b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/runtime-core/src/createRenderer.ts

+ 2 - 0
packages/runtime-core/src/createRenderer.ts

@@ -512,6 +512,8 @@ export function createRenderer<
       hostInsert(fragmentStartAnchor, container, anchor)
       hostInsert(fragmentEndAnchor, container, anchor)
       // a fragment can only have array children
+      // since they are either generated by the compiler, or implicitly created
+      // from arrays.
       mountChildren(
         n2.children as HostVNodeChildren,
         container,