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
1.2.3
macOS 10.14.1 (18B75), Chrome Version 71.0.3578.98 (Official Build) (64-bit), Vue 2.5.17
Insert <a-icon/> anywhere with both static classes and dynamic classes, like: <a-icon type="phone" class="a" :class="['b']"/>
<a-icon/>
<a-icon type="phone" class="a" :class="['b']"/>
Then the rendered result won't include class 'a'.
static classes should be respected
<a-icon> repects dynamic classes over static classes
<a-icon>
The text was updated successfully, but these errors were encountered:
fix: support staticClass and dynamic class #371
b87d722
please update to 1.2.5
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.2.3
Environment
macOS 10.14.1 (18B75), Chrome Version 71.0.3578.98 (Official Build) (64-bit), Vue 2.5.17
Reproduction link
Steps to reproduce
Insert
<a-icon/>
anywhere with both static classes and dynamic classes, like:<a-icon type="phone" class="a" :class="['b']"/>
Then the rendered result won't include class 'a'.
What is expected?
static classes should be respected
What is actually happening?
<a-icon>
repects dynamic classes over static classesThe text was updated successfully, but these errors were encountered: