other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f575eca7e2e07b3f72c556af971f736fd20960e1
Authored by
Lison
2017-10-09 10:28:37 +0800
1 parent
647ae4fa
update badge.vue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/badge/badge.vue
Inline
Side-by-side
src/components/badge/badge.vue
Wrap text
Show/Hide comments
View file @
f575eca
...
...
@@ -53,7 +53,7 @@
53
53
54
54
if (this.dot) {
55
55
status = true;
56
- if (t
ypeof this.count !== 'undefined'
) {
56
+ if (t
his.count !== null
) {
57
57
if (parseInt(this.count) === 0) {
58
58
status = false;
59
59
}
...
...