From 9291011456e98ee1f2ce69f41f09a906d268c260 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 23 Oct 2019 15:19:55 -0400 Subject: [PATCH] chore: comments [ci skip] --- packages/runtime-core/src/componentRenderUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index b2725de6..b994f706 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) {