vue-progressbar
vue-progressbar copied to clipboard
渐变色
希望可以支持渐变色的进度条
let style = {
'background': this.progress.options.canSuccess ? this.progress.options.color : this.progress.options.failedColor,
'opacity': this.progress.options.show ? 1 : 0
}
#95