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
04337968e13db30f6fada45d79fb5a3c6e6917a4
Authored by
梁灏
2017-03-10 09:50:12 +0800
1 parent
31182c69
fixed Badge bug
fixed Badge bug
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 @
0433796
...
...
@@ -68,7 +68,7 @@
68
68
alone: false
69
69
};
70
70
},
71
-
compil
ed () {
71
+
mount
ed () {
72
72
const child_length = this.$refs.badge.children.length;
73
73
if (child_length === 1) {
74
74
this.alone = true;
...
...