Explorar el Código

chore: break compat mode v-for/v-if precedence check loop early (#4773)

Che Guevara hace 4 años
padre
commit
e772108922
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/compiler-core/src/parse.ts

+ 1 - 0
packages/compiler-core/src/parse.ts

@@ -600,6 +600,7 @@ function parseTag(
           context,
           getSelection(context, start)
         )
+        break
       }
     }
   }