Adding in percentage for uploads

This commit is contained in:
Alex Yong 2024-03-28 17:08:32 -04:00 committed by GitHub
parent 6f7cdc614b
commit 20c9cf2860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ const state = {
uploads: {}, uploads: {},
speedMbyte: 0, speedMbyte: 0,
eta: 0, eta: 0,
percentage: 0
}; };
const mutations = { const mutations = {