current
Description
Optional. Opens the Month control at the specified dateUsage
current?: Date;
Example
<template>
<Month :current="new Date(2023, 2, 18)" />
</template>
Details
Property accepts a Date object as a value.
Related article: Showing the specified month