mirror of https://github.com/vuejs/core.git
chore: break compat mode v-for/v-if precedence check loop early (#4773)
This commit is contained in:
parent
759ae31e08
commit
e772108922
|
@ -600,6 +600,7 @@ function parseTag(
|
||||||
context,
|
context,
|
||||||
getSelection(context, start)
|
getSelection(context, start)
|
||||||
)
|
)
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue