docs: update desc of replace prop (#4639)

This commit is contained in:
neverland
2019-09-30 11:48:32 +08:00
committed by GitHub
parent 8493fda8b0
commit 65dcc56753
9 changed files with 11 additions and 11 deletions

View File

@@ -174,7 +174,7 @@ export default {
| info | 图标右上角徽标的内容 | *string \| number* | - | - |
| url | 点击后跳转的链接地址 | *string* | - | - |
| to | 点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to) | *string \| object* | - | - |
| replace | 跳转时是否替换当前页面历史 | *boolean* | `false` | - |
| replace | 是否在跳转时替换当前页面历史 | *boolean* | `false` | - |
### TabbarItem Slots