chore: typo in comment [skip ci] (#5173)

This commit is contained in:
yfmei 2021-12-27 19:57:39 +08:00 committed by GitHub
parent a570b38741
commit dd70003cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -764,7 +764,7 @@ export function finishComponentSetup(
// template / render function normalization // template / render function normalization
// could be already set when returned from setup() // could be already set when returned from setup()
if (!instance.render) { 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 // is done by server-renderer
if (!isSSR && compile && !Component.render) { if (!isSSR && compile && !Component.render) {
const template = const template =