Actually show skeleton if delay is disabled

This commit is contained in:
Nassim Jahnke 2024-08-18 18:01:35 +02:00
parent df5fdb476b
commit 2eb5faa18b
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -10,7 +10,7 @@ const props = withDefaults(
}
);
const show = ref(false);
const show = ref(!props.delay);
if (import.meta.client && props.delay) {
onMounted(() => {
setTimeout(() => {