From: Evan You Date: Sat, 7 Sep 2019 21:10:57 +0000 (-0400) Subject: chore: comments X-Git-Tag: v3.0.0-alpha.0~802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc748db33be3e5f6f7dc4e7c19691bad1d6f0adf;p=thirdparty%2Fvuejs%2Fcore.git chore: comments --- diff --git a/packages/runtime-core/src/createRenderer.ts b/packages/runtime-core/src/createRenderer.ts index 33cae40952..986667a1fb 100644 --- a/packages/runtime-core/src/createRenderer.ts +++ b/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,