Final update

This commit is contained in:
Donald Zou
2024-11-08 16:13:47 +08:00
parent 7e3e957649
commit c23242f18e
47 changed files with 85 additions and 78 deletions

View File

@@ -73,8 +73,7 @@ const createBackup = () => {
<Backup
@refresh="loadBackup()"
@refreshPeersList="emit('refreshPeersList')"
:b="b" v-for="(b, index) in backups"
:delay="index*0.05"
:b="b" v-for="b in backups"
:key="b.filename"
></Backup>
</TransitionGroup>