chore: typo in comment [skip ci] (#5173)
This commit is contained in:
parent
a570b38741
commit
dd70003cc3
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user