From: Evan You Date: Wed, 23 Oct 2019 19:19:55 +0000 (-0400) Subject: chore: comments [ci skip] X-Git-Tag: v3.0.0-alpha.0~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9291011456e98ee1f2ce69f41f09a906d268c260;p=thirdparty%2Fvuejs%2Fcore.git chore: comments [ci skip] --- diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index b2725de6ff..b994f7065b 100644 --- a/packages/runtime-core/src/componentRenderUtils.ts +++ b/packages/runtime-core/src/componentRenderUtils.ts @@ -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) {