[Vuejs]-FIie upload with progress bar in vuex

0👍

You can’t use this.uploadPercentage to call up the variable of the component, put your function in methods object of component. But if you use vuex set uploadPercentage state and call it in component.

Leave a comment