Skip to content

Commit

Permalink
chore: break compat mode v-for/v-if precedence check loop early (#4773)
Browse files Browse the repository at this point in the history
  • Loading branch information
caozhong1996 committed Oct 9, 2021
1 parent 759ae31 commit e772108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler-core/src/parse.ts
Expand Up @@ -600,6 +600,7 @@ function parseTag(
context,
getSelection(context, start)
)
break
}
}
}
Expand Down

0 comments on commit e772108

Please sign in to comment.