Commit e8c7b388bea18fb43b372cf58d507d9ea8599a8b

Authored by 梁灏
1 parent 08ac9dad

fixed #4036

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/progress/progress.vue
... ... @@ -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: {
... ...