Skip to content

Commit

Permalink
docs: 错别字修正 && 失效图片链接替换 (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
YL2014 authored and luckyadam committed Feb 21, 2019
1 parent 035fd49 commit 9b06ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Popper extends Component {
> 注意:在各小程序端,使用匿名函数,尤其是在 **循环中** 使用匿名函数,比使用 `bind` 进行事件传参占用更大的内存,速度也会更慢。
出了 `bind` 之外,事件参数也可以使用匿名函数进行传参。直接写匿名函数不会打乱原有监听函数的参数顺序:
除了 `bind` 之外,事件参数也可以使用匿名函数进行传参。直接写匿名函数不会打乱原有监听函数的参数顺序:

```jsx
class Popper extends Component {
Expand Down
2 changes: 1 addition & 1 deletion docs/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Taro 将会开始编译文件:

一旦 app 在 expo 中成功打开,你可以通过摇一摇设备来唤起开发者菜单, 如果你是用模拟器,你可以按 `⌘+d` (iOS) 或 `ctrl+m` (Android)。

![image](https://docs.expo.io/static/images/generated/v29.0.0/workflow/developer-menu.png)
![image](https://docs.expo.io/static/images/developer-menu.png)

更多资料可以查看[Expo 文档——up-and-running](https://docs.expo.io/versions/v29.0.0/workflow/up-and-running)

Expand Down

0 comments on commit 9b06ffe

Please sign in to comment.