chore: comments

This commit is contained in:
Evan You 2019-09-07 17:10:57 -04:00
parent 8b3aa60a18
commit cc748db33b

View File

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