mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-20 18:11:07 -05:00
fix(ui): build progress bar glitch
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
|
||||
progress () {
|
||||
const raw = this.rawProgress
|
||||
return raw && Object.keys(raw).length ? raw : { unknown: 0 }
|
||||
return raw && Object.keys(raw).length ? raw : { [this.mode]: 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user