]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comment [skip ci] fix/suspense-no-fallback-timeout 3991/head
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 23 Jun 2021 08:52:53 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 08:52:53 +0000 (10:52 +0200)
packages/runtime-core/src/components/Suspense.ts

index b004a6ace5a460b380ba9082d1170922cb84e4f0..adc539468ed5dca650667442fc109624f12150f6 100644 (file)
@@ -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
       }