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