other
/
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
ee8ca0fcb7a2619cfc3294291da72dbaf17b0098
Authored by
labixiaoshuai
2019-03-09 17:17:27 +0800
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
Inline
Side-by-side
src/components/loading-bar/loading-bar.vue
Wrap text
Show/Hide comments
View file @
ee8ca0f
...
...
@@ -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,
...
...