v3.2.1
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 toSequenceExpression
wrongly before.
v-bind
directives (E.g., :foo="a,b"
). It was parsed to SequenceExpression
wrongly before.