]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: break compat mode v-for/v-if precedence check loop early (#4773)
authorChe Guevara <836934184@qq.com>
Sat, 9 Oct 2021 21:12:34 +0000 (05:12 +0800)
committerGitHub <noreply@github.com>
Sat, 9 Oct 2021 21:12:34 +0000 (17:12 -0400)
packages/compiler-core/src/parse.ts

index 078066e3d56d4739b642fbddb942524d74a04bf0..f4d824f5d72d932255e8ba763b45c383cbdbd375 100644 (file)
@@ -600,6 +600,7 @@ function parseTag(
           context,
           getSelection(context, start)
         )
+        break
       }
     }
   }