current
Description
Optional. Opens RangeCalendar at the specified dateUsage
current?: Date;
Example
<template>
<RangeCalendar :current="new Date(2023, 2, 18)" />
</template>
Details
The currently visible date is set for the left calendar, while the right calendar displays the next month.
Related article: Showing the specified date