You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for mutiple class names as key (closevuejs#2571)
This commit adds support for using multiple class names as key when
specifying a `:class` object, for example `<div :class="{ 'a b c': flag
}">`. Previously, doing so will trigger an uncaught
InvalidCharacterError, as spaces are not allowed in DOM tokens. Feature
request vuejs#2571 should also be satisfied by this commit.
0 commit comments