Skip to content

Commit

Permalink
docs(update docs):
Browse files Browse the repository at this point in the history
  • Loading branch information
Junior2Ran committed Apr 2, 2019
1 parent 76fb765 commit 944b883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/infowindow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- message
- events={事件options}

### InfoWindow的事件options包含以下属性:
### InfoWindow的事件options包含以下属性,可传回调函数
- close
- open
- maximize
Expand Down
2 changes: 1 addition & 1 deletion src/components/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* enableAutoResize={false}
* events={事件options}

### Map的事件options包含以下属性:
### Map的事件options包含以下属性,可传回调函数
* click
* dblclick
* rightclick
Expand Down
2 changes: 1 addition & 1 deletion src/components/marker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- viewportOptions={{zoomFactor: -2}}
- events={事件options}

### Marker的事件options包含以下属性:
### Marker的事件options包含以下属性,可传回调函数
- click
- dblclick
- mousedown
Expand Down

0 comments on commit 944b883

Please sign in to comment.