Removed useless leimdate
This commit is contained in:
@@ -158,13 +158,6 @@ export const useCalendar = defineStore('calendar', () => {
|
|||||||
currentDateTitle
|
currentDateTitle
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentLeimDate: LeimDate = {
|
|
||||||
day: currentDay.value,
|
|
||||||
month: currentMonth.value,
|
|
||||||
year: currentYear.value,
|
|
||||||
period: currentPeriod.value
|
|
||||||
}
|
|
||||||
|
|
||||||
const isCurrentScreenActive = computed(() => {
|
const isCurrentScreenActive = computed(() => {
|
||||||
switch (currentConfig.value.viewType) {
|
switch (currentConfig.value.viewType) {
|
||||||
case 'month':
|
case 'month':
|
||||||
@@ -316,7 +309,6 @@ export const useCalendar = defineStore('calendar', () => {
|
|||||||
currentConfig,
|
currentConfig,
|
||||||
currentDate,
|
currentDate,
|
||||||
defaultDate,
|
defaultDate,
|
||||||
currentLeimDate,
|
|
||||||
params,
|
params,
|
||||||
getPeriodOfYear,
|
getPeriodOfYear,
|
||||||
incrementMonth,
|
incrementMonth,
|
||||||
|
|||||||
Reference in New Issue
Block a user