Zone Delivery #377

Merged
jsegarra merged 8 commits from :feature/ZoneDelivery into dev 2024-05-18 07:07:40 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 5677a1af1b - Show all commits

View File

@ -1,5 +1,5 @@
<script setup>
import { ref, computed, onMounted } from 'vue';
import { ref, computed } from 'vue';
import { useI18n } from 'vue-i18n';
import { date } from 'quasar';
@ -104,8 +104,6 @@ const isToday = (timestamp) => {
const calendarHeaderTitle = computed(() => {
return `${weekdayStore.getLocaleMonths[props.month - 1].locale} ${props.year}`;
});
onMounted(() => {});
</script>
<template>