current
Description
Optional. Displays the currently visible date in a calendarUsage
current?: Date;
Example
<template>
<Calendar :current="new Date(2022, 2, 18)" />
</template>
Details
Pay attention that months' enumeration starts with 0.
Related article: Showing the specified date
Related sample: Calendar