Skip to content

v3.2.1

Compare
Choose a tag to compare
@mysticatea mysticatea released this 24 Jul 08:15
· 197 commits to master since this release
v3.2.1
a6156b8

Bug fixes

  • c0e9190 made the parser throwing syntax error on the top-level commas in v-bind directives (E.g., :foo="a,b"). It was parsed to SequenceExpression wrongly before.