Handling the progress sent from the frontend to the controller.
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user