mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Calendar: Display correct header when range is specified (#16354)
* Calendar: display correct header when range is specified * firstOfWeek is supported * update docs * update test * update * fix typo
This commit is contained in:
@@ -56,7 +56,7 @@ Display date.
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
|-----------------|------------------- |---------- |---------------------- |--------- |
|
||||
| value / v-model | binding value | Date/string/number | — | — |
|
||||
| range | time range, including start time and end time. Start time must be Monday, end time must be Sunday, the time span cannot exceed two months | 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. | Array | — | — |
|
||||
| first-day-of-week | fisrt day of week| Number | 1 to 7 | 1 |
|
||||
|
||||
### dateCell scoped slot 参数
|
||||
|
||||
Reference in New Issue
Block a user