Skip to content

Commit

Permalink
Update navigator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganxp committed Sep 4, 2019
1 parent a50d216 commit 0d9830e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/component/navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@
<navigator url="navigate/navigate?title=navigate" hover-class="navigator-hover">
<button type="default">跳转到新页面</button>
</navigator>
<navigator url="redirect/redirect?title=redirect" redirect hover-class="other-navigator-hover">
<navigator url="redirect/redirect?title=redirect" open-type="redirect" hover-class="other-navigator-hover">
<button type="default">在当前页打开</button>
</navigator>
<navigator url="/pages/tabBar/extUI/extUI" open-type="switchTab" hover-class="other-navigator-hover">
<button type="default">跳转tab页面</button>
</navigator>
</view>
</view>
</view>
Expand Down

0 comments on commit 0d9830e

Please sign in to comment.