Skip to content

Commit

Permalink
chore: typo in comment [skip ci] (#5173)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfmei committed Dec 27, 2021
1 parent a570b38 commit dd70003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/component.ts
Expand Up @@ -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 =
Expand Down

0 comments on commit dd70003

Please sign in to comment.