tweak confetti
This commit is contained in:
parent
70805e00eb
commit
4b181a30da
2 changed files with 4 additions and 2 deletions
|
@ -188,7 +188,9 @@ onMounted(() => {
|
|||
const bm = parseInt(props.user.birthday.split('-')[1]);
|
||||
const bd = parseInt(props.user.birthday.split('-')[2]);
|
||||
if (m === bm && d === bd) {
|
||||
confetti();
|
||||
confetti({
|
||||
duration: 1000 * 4
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue