parent
d8c838f530
commit
efc354699a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ export default {
|
||||||
data() {},
|
data() {},
|
||||||
computed: {
|
computed: {
|
||||||
progress() {
|
progress() {
|
||||||
|
console.log(`Progress: ${this.pageName} - ${getProgressBarPercentage(this.pageName)}`);
|
||||||
return getProgressBarPercentage(this.pageName);
|
return getProgressBarPercentage(this.pageName);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue