]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove outdated TODO comments
authorEvan You <yyx990803@gmail.com>
Wed, 19 Sep 2018 19:37:14 +0000 (15:37 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 19 Sep 2018 19:37:14 +0000 (15:37 -0400)
packages/core/src/h.ts

index 99adfac60077d58e81f98375f1a3d4c2ff552fba..9236fb5a0cceb1fe7dcecb2bfb008048f6c81fcf 100644 (file)
@@ -83,8 +83,6 @@ export const h = ((tag: ElementType, data: any, children: any): VNode => {
       ref
     )
   } else {
-    // TODO: handle fragment & portal types
-    // TODO: warn ref on fragment
     // component
     return createComponentVNode(
       tag,