]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comments [ci skip]
authorEvan You <yyx990803@gmail.com>
Wed, 23 Oct 2019 19:19:55 +0000 (15:19 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 23 Oct 2019 19:19:55 +0000 (15:19 -0400)
packages/runtime-core/src/componentRenderUtils.ts

index b2725de6ff953908fa3994199ffc4dfe6c44f803..b994f7065bed971f21600cea46047bbc49c1a561 100644 (file)
@@ -40,7 +40,7 @@ export function renderComponentRoot(
               slots,
               emit
             })
-          : render(props, null as any /* we know it doesn't it */)
+          : render(props, null as any /* we know it doesn't need it */)
       )
     }
   } catch (err) {