This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
vuejs
/
core
espejo de
https://github.com/vuejs/core.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
chore: break compat mode v-for/v-if precedence check loop early (
#4773
)
Che Guevara
hace 4 años
padre
759ae31e08
commit
e772108922
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
packages/compiler-core/src/parse.ts
+ 1
- 0
packages/compiler-core/src/parse.ts
Ver fichero
@@ -600,6 +600,7 @@ function parseTag(
context,
getSelection(context, start)
)
+ break
}
}
}