WorkerCalendar #270

Merged
alexm merged 37 commits from :WorkerCalendar into dev 2024-04-16 12:26:20 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3e5a5dfe1c - Show all commits

View File

@ -7,7 +7,6 @@ import { useRoute } from 'vue-router';
import QCalendarMonthWrapper from 'src/components/ui/QCalendarMonthWrapper.vue';
import { QCalendarMonth } from '@quasar/quasar-ui-qcalendar/src/index.js';
import '@quasar/quasar-ui-qcalendar/src/QCalendarVariables.sass';
import '@quasar/quasar-ui-qcalendar/src/QCalendarMonth.sass';
jsegarra marked this conversation as resolved Outdated

Mmm...ya se esta usando en app.scss no?

Mmm...ya se esta usando en app.scss no?

Efectivamente, lo removí.

Commit: 3e5a5dfe1c

Efectivamente, lo removí. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/3e5a5dfe1c4a238a9ad6292b8bc6b54e50d13cfb
import { useWeekdayStore } from 'src/stores/useWeekdayStore';
import useNotify from 'src/composables/useNotify.js';