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.5.3
Windows 10, Chrome 80.0.3987.163, Vue 2.6.11
Set dot in a-badge without setting color or status. Now set dot and set color or status.
dot
a-badge
color
status
false
The text was updated successfully, but these errors were encountered:
I can solve the first problem; But the second problem cannot be solved, the default value of dot is false, but you can use v-show to solve it
Sorry, something went wrong.
fix: badge dot status position not correct #2121
c018b7e
fix: badge dot status position not correct vueComponent#2121
029c525
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.5.3
Environment
Windows 10, Chrome 80.0.3987.163, Vue 2.6.11
Reproduction link
Steps to reproduce
Set
dot
ina-badge
without settingcolor
orstatus
.Now set
dot
and setcolor
orstatus
.What is expected?
dot
is set tofalse
What is actually happening?
color
orstatus
is setdot
is set tofalse
The text was updated successfully, but these errors were encountered: