changes
This commit is contained in:
@@ -9,7 +9,7 @@ const props = defineProps({
|
||||
});
|
||||
|
||||
const store = useStore();
|
||||
setTimeout(() => store.commit("snackbar", undefined), 3900);
|
||||
setTimeout(() => store.commit("snackbar", undefined), 2500);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user