nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Date before selected when click on a date with v-model.string value #1434

Open matthelosh opened 5 months ago

matthelosh commented 5 months ago

When I click a date, date before was selected

`<template>
<v-date-picker v-model.string="tanggals[materi.kode]" mode="date" ></v-date-picker>
</template>

<script setup>
....
const tanggals = ref([])
...
</script>
`

https://github.com/nathanreyes/v-calendar/assets/10930995/53028a4d-6c75-4e02-864a-7166db18f77e

beocaca commented 1 month ago

@matthelosh any good new please ? same this issue when mirgate v2 to v3