feat: upload done.

This commit is contained in:
chiayin
2023-12-29 16:05:27 +08:00
parent cd2ab42125
commit 9ef441ee83
8 changed files with 384 additions and 207 deletions

View File

@@ -176,6 +176,8 @@
this.isLoading = true;
this.store.fetchAllFiles();
this.isLoading = false;
},
beforeUnmount() {
}
}
</script>