This commit is contained in:
Viet An
2026-07-09 16:45:48 +07:00
parent 42124d4071
commit df4ed4bd4d
20 changed files with 726 additions and 964 deletions

View File

@@ -116,8 +116,8 @@ function doChange() {
function getFiles(files) {
emit("files", files);
// setTimeout(() => {
// showmodal.value = undefined;
// }, 3000);
setTimeout(() => {
showmodal.value = undefined;
}, 3000);
}
</script>