]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comments
authorEvan You <yyx990803@gmail.com>
Sat, 7 Sep 2019 21:10:57 +0000 (17:10 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 11 Sep 2019 15:10:13 +0000 (11:10 -0400)
packages/runtime-core/src/createRenderer.ts

index 33cae409520c37d402ae6f43626a40c9fa2ba260..986667a1fbd8f8848be393cc277ce4674a55d582 100644 (file)
@@ -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,