Skip to content

Commit e772108

Browse files
authored
chore: break compat mode v-for/v-if precedence check loop early (#4773)
1 parent 759ae31 commit e772108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compiler-core/src/parse.ts

+1
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ function parseTag(
600600
context,
601601
getSelection(context, start)
602602
)
603+
break
603604
}
604605
}
605606
}

0 commit comments

Comments
 (0)