Handling the progress sent from the frontend to the controller.

This commit is contained in:
krzysiej
2022-06-08 13:09:54 +02:00
parent 4b22850ac9
commit b1fa15b6f4
7 changed files with 82 additions and 14 deletions

View File

@@ -34,8 +34,6 @@ export default {
created() {
window.EventBus.$on('updateProgress', (data) => {
this.newProgress = data.readPages;
console.info(this.newProgress);
console.info(this.progress);
});
},
methods: {}