chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-09-14 13:18:49 +02:00
parent cc54e95e92
commit 35dcf4d10e
No known key found for this signature in database
14 changed files with 62 additions and 63 deletions

View file

@ -51,5 +51,7 @@ const getWidth = (index: number, lines: number) => {
return undefined;
};
const lines = isContent.value ? props.lines ?? Math.ceil(Math.random() * 5) : 1;
const lines = isContent.value
? (props.lines ?? Math.ceil(Math.random() * 5))
: 1;
</script>