Skip to content

Commit

Permalink
docs: Update tutorial.md (NervJS#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
A0150315 authored and luckyadam committed Apr 18, 2019
1 parent bf7a2a8 commit 18de81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ class App extends Component {
| - | - | - | - |
| pagePath | String || 页面路径,必须在 pages 中先定义 |
| text | String || tab 上按钮文字 |
| iconPath | String || 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。<br/>当 postion 为 top 时,不显示 icon。 |
| selectedIconPath | String || 选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。<br/>当 postion 为 top 时,不显示 icon。 |
| iconPath | String || 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。<br/>当 position 为 top 时,不显示 icon。 |
| selectedIconPath | String || 选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。<br/>当 position 为 top 时,不显示 icon。 |

#### networkTimeout

Expand Down

0 comments on commit 18de81a

Please sign in to comment.