浏览代码

doc: Correct calendar English docs (#19912)

Bryce Barbara 4 年之前
父节点
当前提交
8bac0dad5b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/docs/en-US/calendar.md

+ 2 - 2
examples/docs/en-US/calendar.md

@@ -59,8 +59,8 @@ Display 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. | 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       |
 | first-day-of-week | fisrt day of week| Number    | 1 to 7                |  1       |
 
 
-### dateCell scoped slot 参数
+### dateCell Scoped Slot Parameters
 | Attribute       | Description   | Type      | Accepted Values       | Default  |
 | Attribute       | Description   | Type      | Accepted Values       | Default  |
 |-----------------|-------------- |---------- |---------------------- |--------- |
 |-----------------|-------------- |---------- |---------------------- |--------- |
 | date            | date the cell represents  | Date      | —                     | —        |
 | date            | date the cell represents  | Date      | —                     | —        |
-| 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      | —           | —      |
+| 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      | —           | —      |