regression with :class and v-bind #4155
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.2.0-beta.2
Reproduction link
SFC Playground
Steps to reproduce
As you can see in the SFC playground:
What is expected?
The first and second button do have the class
btn
applied.What is actually happening?
The last one, with
v-bind
after:class
has a class[object Object]
.This was spotted by @logaretm when I reported an issue that I believed to be in vee-validate, but it turns out to be a regression in vue-next. Downgrading to v3.1.3 makes it work again.
The text was updated successfully, but these errors were encountered: