We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.1
https://codesandbox.io/s/vigorous-swanson-31rrq
You should open the example and you will see that a component without a class which I added on my component
I am expecting the classes to be applied
The component without a class name
This worked in previous versions (2.6.11 and 3.0.8): 2.6.11 -> https://codesandbox.io/s/optimistic-kirch-06cmt
It seems like a new bug after this fix #3742
The text was updated successfully, but these errors were encountered:
I'd be suprised if this was "working" in 3.0.8, since this behaviour is an explicitly documented breaking change in 3.0.0:
https://v3.vuejs.org/guide/migration/attrs-includes-class-style.html#migration-strategy
If this "worked" in 3.0.8, that would have been a bug.
Sorry, something went wrong.
No branches or pull requests
Version
3.1.1
Reproduction link
https://codesandbox.io/s/vigorous-swanson-31rrq
Steps to reproduce
You should open the example and you will see that a component without a class which I added on my component
What is expected?
I am expecting the classes to be applied
What is actually happening?
The component without a class name
This worked in previous versions (2.6.11 and 3.0.8):
2.6.11 -> https://codesandbox.io/s/optimistic-kirch-06cmt
It seems like a new bug after this fix #3742
The text was updated successfully, but these errors were encountered: