This commit is contained in:
syuilo
2023-01-06 13:50:41 +09:00
parent 4d2d6154a3
commit c5cb786054
2 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,9 @@ const whatIsNew = () => {
};
onMounted(() => {
confetti();
confetti({
duration: 1000 * 3,
});
});
</script>