mirror of
https://github.com/nasa/openmct.git
synced 2025-04-27 22:39:51 +00:00
More logs
This commit is contained in:
parent
4a84870342
commit
a182f44610
@ -45,6 +45,9 @@ export default {
|
||||
styleBarWidth() {
|
||||
return this.model.progressPerc !== undefined ? `width: ${this.model.progressPerc}%;` : '';
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log('progress bar mounted');
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user