Skip to content

Commit

Permalink
docs: update README (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Jan 29, 2019
1 parent acc80ad commit a0e2919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README-CN.md
Expand Up @@ -405,6 +405,8 @@ openCalendar() {
| weekdays | Array<string> | `['S', 'M', 'T', 'W', 'T', 'F', 'S']` | 星期标题 |
| weekStart | number | `0` (0 or 1) | 设置每周开始时间 |
| daysConfig | Array<**_DaysConfig_**> | `[]` | 按天配置 |
| step | number | `12` | 滚动时每次加载的月数 |


#### DaysConfig

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -406,6 +406,7 @@ openCalendar() {
| weekdays | Array<string> | `['S', 'M', 'T', 'W', 'T', 'F', 'S']` | weeks text |
| weekStart | number | `0` (0 or 1) | set week start day |
| daysConfig | Array<**_DaysConfig_**> | `[]` | days configuration |
| step | number | `12` | month load stepping interval to when scroll |

### onDidDismiss Output `{ data } = event`

Expand Down

0 comments on commit a0e2919

Please sign in to comment.