# 4.24 日期周期选择器(Date Cycle Picker)
日期周期选择器组件,用于选择重复周期
# 基础用法
<template>
<dof-date-cycle-picker :repeat-type="repeatType" @dofDateCyclePickerChange="onChange"></dof-date-cycle-picker>
</template>
1
2
3
2
3
# Attributes
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
title | String | N | 重复周期 | 标题 |
repeat-type | String | N | 1 | 重复类型 |
selected-days | String | N | 1E2E370 | 选中的天数 |
# Events
| 事件名 | 说明 | 回调参数 |
|---|---|---|
dofDateCyclePickerChange | 选择变化事件 | e |