mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
- convert folders into teams folders in convert/delete events
- composer update
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
created() {
|
||||
this.isActive = 1
|
||||
|
||||
setTimeout(() => (this.isActive = 0), 5000)
|
||||
setTimeout(() => (this.isActive = 0), 6000)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -74,7 +74,7 @@
|
||||
width: 0;
|
||||
height: 3px;
|
||||
display: block;
|
||||
animation: progressbar 5s linear;
|
||||
animation: progressbar 6s linear;
|
||||
}
|
||||
|
||||
&.success span {
|
||||
|
||||
Reference in New Issue
Block a user