chenhaodong
/
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
c5a721ade8f1a02da305e0683cb65937a22359f5
Authored by
梁灏
2017-08-15 10:15:35 +0800
1 parent
2c5faf30
update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/avatar/avatar.vue
Inline
Side-by-side
src/components/avatar/avatar.vue
Wrap text
Show/Hide comments
View file @
c5a721a
...
...
@@ -13,7 +13,7 @@
13
13
},
14
14
data () {
15
15
return {
16
-
16
+ prefixCls: prefixCls
17
17
};
18
18
},
19
19
computed: {
...
...