mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
upload progressbar UI
This commit is contained in:
@@ -110,7 +110,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'isLogged', 'isGuest', 'config'
|
||||
'isLogged', 'isGuest', 'config', 'filesQueue'
|
||||
]),
|
||||
isGuestLayout() {
|
||||
return (includes([
|
||||
@@ -139,6 +139,11 @@ export default {
|
||||
)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
filesQueue() {
|
||||
//this.$handleUploading()
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isScaledDown: false
|
||||
|
||||
Reference in New Issue
Block a user