Skip to content

Commit 0808878

Browse files
authored
Correct some text in the English calendar docs
1 parent bf534d9 commit 0808878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docs/en-US/calendar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Display date.
5959
| 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 |||
6060
| first-day-of-week | fisrt day of week| Number | 1 to 7 | 1 |
6161

62-
### dateCell scoped slot 参数
62+
### dateCell Scoped Slot Parameters
6363
| Attribute | Description | Type | Accepted Values | Default |
6464
|-----------------|-------------- |---------- |---------------------- |--------- |
6565
| date | date the cell represents | Date |||
66-
| data | { type, isSelected, day}. `type` indicates which month the date belongs, optional values are prev-month, current-month, next-month; `isSelected` indicates whether the date is selected; `day` is the formatted date in the format yyyy-MM-dd | Object |||
66+
| data | { type, isSelected, day}. The `type` property indicates which month the date belongs, optional values are `prev-month`, `current-month`, `next-month`. The `isSelected` property indicates whether the date is selected. The `day` property is the formatted date in the format yyyy-MM-dd | Object |||

0 commit comments

Comments
 (0)