We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a570b38 commit dd70003Copy full SHA for dd70003
packages/runtime-core/src/component.ts
@@ -764,7 +764,7 @@ export function finishComponentSetup(
764
// template / render function normalization
765
// could be already set when returned from setup()
766
if (!instance.render) {
767
- // 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
768
// is done by server-renderer
769
if (!isSSR && compile && !Component.render) {
770
const template =
0 commit comments