More logs

This commit is contained in:
Khalid Adil 2023-08-02 19:02:55 -05:00
parent 4a84870342
commit a182f44610

View File

@ -45,6 +45,9 @@ export default {
styleBarWidth() {
return this.model.progressPerc !== undefined ? `width: ${this.model.progressPerc}%;` : '';
}
},
mounted() {
console.log('progress bar mounted');
}
};
</script>