progress
progress copied to clipboard
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
老哥你好 我想用你的项目实现一个动态上传的功能,但是进度条宽度一直不显示,我的代码是这样的! ``` ``` ``` onUploadProgress: function (e) { var si = Math.round((e.loaded * 100) / e.total) || 0; if (si < 100) { this.size = si; console.log(si + '%');...
Allow to override a stroke colour with strokeColor property including `success` state.
i write a class name and assign to linear-class-name,but it don't work,just put the classname to the div which has classname 'vm-progress-bar__inner'