Skip to content

Commit

Permalink
chore: remove mobile calendar fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTL-UwU committed Mar 5, 2024
1 parent a0bb55e commit eb86113
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/manage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,6 @@ onMounted(async () => {
v-model="date" mode="date" color="gray" locale="zh" view="weekly" :attributes="calendarAttr"
:masks="{ title: 'YYYY MMM' }" class="rounded-lg border shadow-sm pb-3" expanded trim-weeks borderless is-required
/>
<template #fallback>
<UiAspectRatio :ratio="1 / 0.95">
<Loader2 class="w-8 h-8 mx-auto mt-[150px] animate-spin" />
</UiAspectRatio>
</template>
</client-only>
<UiCard v-if="isDesktop" class="lg:w-[600px] w-full relative hidden lg:block">
<UiCardHeader>
Expand Down

0 comments on commit eb86113

Please sign in to comment.