upgrade third party dependencies

This commit is contained in:
MaysWind
2025-10-26 02:01:11 +08:00
parent 3aa33a48e9
commit e1dcf56ca9
7 changed files with 1149 additions and 1138 deletions
+2 -3
View File
@@ -8,9 +8,8 @@
:year-first="isYearFirst"
:range="isDateRange ? { partialRange: false } : undefined"
v-model="dateTime">
<!-- @vue-expect-error It seems to be a bug in vue-date-picker (https://github.com/Vuepic/vue-datepicker/issues/1154), when using the month picker, it does not provide the value and text props in the slot, but provides the year. -->
<template #year="{ year }">
{{ getDisplayYear(year) }}
<template #year="{ value }">
{{ getDisplayYear(value) }}
</template>
<template #year-overlay-value="{ value }">
{{ getDisplayYear(value) }}