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

This commit is contained in:
Che Guevara
2021-10-10 05:12:34 +08:00
committed by GitHub
parent 759ae31e08
commit e772108922

View File

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