onMounted(() => { if (import.meta.client) { nextTick(() => { loading.value = false; console.log('hydration complete, loading set to false'); }); }});