From: Eduardo San Martin Morote Date: Wed, 23 Jun 2021 08:52:53 +0000 (+0200) Subject: chore: comment [skip ci] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3991%2Fhead;p=thirdparty%2Fvuejs%2Fcore.git chore: comment [skip ci] --- diff --git a/packages/runtime-core/src/components/Suspense.ts b/packages/runtime-core/src/components/Suspense.ts index b004a6ace5..adc539468e 100644 --- a/packages/runtime-core/src/components/Suspense.ts +++ b/packages/runtime-core/src/components/Suspense.ts @@ -517,7 +517,7 @@ function createSuspenseBoundary( }, fallback(fallbackVNode) { - // avoid displaying the fallback/emitting node if there isn't any + // avoid emitting fallback and displaying the fallback node if there isn't any if (!suspense.pendingBranch || fallbackVNode.type === Comment) { return }