Commit a3d60e1287cf21cd457e106d27d7e5501369d25c

Authored by Aresn
Committed by GitHub
2 parents fbf462b4 ee8ca0fc

Merge pull request #5398 from labixiaoshuai/2.0

给组件添加名字
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,
... ...