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