Skip to content

Commit

Permalink
fix onPress enter
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Nov 15, 2024
1 parent ee587ba commit 4895278
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export default defineComponent({
updateCalendar(`${startDate} - ${endDate}`)
} else {
updateCalendar(date)
this.$emit('update:modelValue', date)
}
}
Expand Down

0 comments on commit 4895278

Please sign in to comment.