From: yfmei <412540705@qq.com> Date: Mon, 27 Dec 2021 11:57:39 +0000 (+0800) Subject: chore: typo in comment [skip ci] (#5173) X-Git-Tag: v3.2.27~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd70003cc3b8f455bcabfbc6aad99fead7bc1a14;p=thirdparty%2Fvuejs%2Fcore.git chore: typo in comment [skip ci] (#5173) --- diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index eb80e3f9f7..9b2f35c974 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -764,7 +764,7 @@ export function finishComponentSetup( // template / render function normalization // could be already set when returned from setup() if (!instance.render) { - // only do on-the-fly compile if not in SSR - SSR on-the-fly compliation + // only do on-the-fly compile if not in SSR - SSR on-the-fly compilation // is done by server-renderer if (!isSSR && compile && !Component.render) { const template =