Skip to content

VCalendarInterval API

组件页面

属性

名称类型默认值
day
代表与时间间隔相关的具体日期。
day-index
Index of the day this interval is a part of, in a week or month view.
events
Array of events specific to this interval.
index
Index or position of the interval in the day view.
interval-divisions
Index or position of the interval in the day view.
interval-duration
Duration of this specific interval in minutes.
interval-format
Formatting rule for displaying the interval, as a string or function.
interval-height
Height of the interval in pixels in the calendar view.
interval-start
Starting time for this specific interval.

插槽

default
默认Vue 插槽。

可用属性

interval
Computed reference for the interval, including label, start and end times, and associated events.

Released under the MIT License.