mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
docs: update calendar docs
This commit is contained in:
parent
2ee313ab61
commit
5aecfa5061
@ -55,7 +55,7 @@ Display date.
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
|-----------------|------------------- |---------- |---------------------- |--------- |
|
||||
| value / v-model | binding value | Date | — | — |
|
||||
| range | time range, including start time and end time. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months. | <Date>Array | — | — |
|
||||
| range | time range, including start time and end time. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months. | [Date]Array | — | — |
|
||||
|
||||
### dateCell scoped slot 参数
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
|
@ -56,7 +56,7 @@ Muestra fechas.
|
||||
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|
||||
|-----------------|------------------- |---------- |---------------------- |------------ |
|
||||
| value / v-model | valor vinculante | Date | — | — |
|
||||
| range | rango de tiempo, incluyendo el tiempo de inicio y el tiempo final. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months | <Date>Array | — | — |
|
||||
| range | rango de tiempo, incluyendo el tiempo de inicio y el tiempo final. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months | [Date]Array | — | — |
|
||||
|
||||
### dateCell scoped slot
|
||||
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
|
||||
|
@ -56,7 +56,7 @@ Affiche un calendrier.
|
||||
| Attribut | Description | Type | Valeurs acceptées | Défaut |
|
||||
|------------------ |-------------- |---------- |---------------------- |--------- |
|
||||
| value / v-model | Valeur liée. | Date | — | — |
|
||||
| range | Intervalle de dates, début et fin inclus. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months. | <Date>Array | — | — |
|
||||
| range | Intervalle de dates, début et fin inclus. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months. | [Date]Array | — | — |
|
||||
|
||||
### Slot dateCell
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|-----------------|-------------- |---------- |------------ |-------- |
|
||||
| value / v-model | 绑定值 | Date | — | — |
|
||||
| range | 时间范围,包括开始时间与结束时间。开始时间必须是周起始日,结束时间必须是周结束日,且时间跨度不能超过两个月。 | <Date>Array | — | — |
|
||||
| range | 时间范围,包括开始时间与结束时间。开始时间必须是周起始日,结束时间必须是周结束日,且时间跨度不能超过两个月。 | [Date]Array | — | — |
|
||||
|
||||
### dateCell scoped slot 参数
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|
Loading…
Reference in New Issue
Block a user