refactor: uploading counters vuex state

This commit is contained in:
Ramires Viana
2020-07-07 19:41:13 +00:00
parent d0b359561f
commit b4f131be50
5 changed files with 98 additions and 65 deletions

View File

@@ -22,7 +22,13 @@ const state = {
show: null,
showShell: false,
showMessage: null,
showConfirm: null
showConfirm: null,
uploading: {
id: 0,
count: 0,
size: 0,
progress: []
}
}
export default new Vuex.Store({