Commit a35fb2991a0bae66244f7f9b49189c7aa73db4dc
1 parent
724a6077
update LoadingBar speed
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
examples/routers/loading-bar.vue
| ... | ... | @@ -19,11 +19,11 @@ |
| 19 | 19 | } |
| 20 | 20 | }, |
| 21 | 21 | created () { |
| 22 | - this.$Loading.config({ | |
| 23 | - color: '#5cb85c', | |
| 24 | - failedColor: '#f0ad4e', | |
| 25 | - height: 5 | |
| 26 | - }); | |
| 22 | +// this.$Loading.config({ | |
| 23 | +// color: '#5cb85c', | |
| 24 | +// failedColor: '#f0ad4e', | |
| 25 | +// height: 5 | |
| 26 | +// }); | |
| 27 | 27 | } |
| 28 | 28 | } |
| 29 | 29 | </script> | ... | ... |
src/components/loading-bar/index.js