Commit ee8ca0fcb7a2619cfc3294291da72dbaf17b0098

Authored by labixiaoshuai
1 parent fbf462b4

add name property

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/loading-bar/loading-bar.vue
... ... @@ -11,6 +11,7 @@
11 11 const prefixCls = 'ivu-loading-bar';
12 12  
13 13 export default {
  14 + name: 'LoadingBar',
14 15 props: {
15 16 // percent: {
16 17 // type: Number,
... ...