Skip to content

Commit

Permalink
fix: calendar hydration error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTL-UwU committed Mar 4, 2024
1 parent e7e40fc commit a0bb55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/manage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ onMounted(async () => {
:masks="{ title: 'YYYY MMM' }" class="rounded-lg border shadow-sm pb-3" expanded trim-weeks borderless is-required
/>
<template #fallback>
<UiAspectRatio :ratio="1 / 1">
aa
<UiAspectRatio :ratio="1 / 0.95">
<Loader2 class="w-8 h-8 mx-auto mt-[150px] animate-spin" />
</UiAspectRatio>
</template>
</client-only>
Expand Down

0 comments on commit a0bb55e

Please sign in to comment.