mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Actually show skeleton if delay is disabled
This commit is contained in:
parent
df5fdb476b
commit
2eb5faa18b
@ -10,7 +10,7 @@ const props = withDefaults(
|
||||
}
|
||||
);
|
||||
|
||||
const show = ref(false);
|
||||
const show = ref(!props.delay);
|
||||
if (import.meta.client && props.delay) {
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user