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
e8c7b388bea18fb43b372cf58d507d9ea8599a8b
Authored by
梁灏
2018-08-08 17:07:17 +0800
1 parent
08ac9dad
fixed #4036
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/progress/progress.vue
Inline
Side-by-side
src/components/progress/progress.vue
Wrap text
Show/Hide comments
View file @
e8c7b38
...
...
@@ -24,6 +24,7 @@
24
24
const prefixCls = 'ivu-progress';
25
25
26
26
export default {
27
+ name: 'Progress',
27
28
components: { Icon },
28
29
props: {
29
30
percent: {
...
...