months
Description
Optional. Sets the number of calendars in RangeCalendarUsage
months?: 1 | 2;
Default value
2
Example
<template>
<RangeCalendar :months="1" />
</template>
Details
By default, there are 2 calendars in the RangeCalendar control to select a date range from. You can also set the :months="1" property for the control to allow selection of a date range within one calendar.
Related article: Setting the number of calendars
Related sample: Range Calendar