This commit is contained in:
Viet An
2026-06-12 10:06:13 +07:00
parent a4f71ddb90
commit 2932730fc3
5 changed files with 15 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ const props = defineProps({
});
const store = useStore();
setTimeout(() => store.commit("snackbar", undefined), 3900);
setTimeout(() => store.commit("snackbar", undefined), 2500);
</script>
<template>