diff --git a/components/Calendar.vue b/components/Calendar.vue index 801d4bc8..59eb331d 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -3,7 +3,7 @@ v-calendar( title-position='left' :is-dark="settings['theme.is_dark']" - :columns="$screens({ lg: 2 }, 1)" + :columns="$screens({ sm: 2 }, 1)" @update:from-page='updatePage' :locale='$i18n.locale' :attributes='attributes'