update badge.vue
This commit is contained in:
parent
647ae4fa96
commit
f575eca7e2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
if (this.dot) {
|
||||
status = true;
|
||||
if (typeof this.count !== 'undefined') {
|
||||
if (this.count !== null) {
|
||||
if (parseInt(this.count) === 0) {
|
||||
status = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue