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
+1 -1
View File
@@ -207,7 +207,7 @@ export default {
| disabled | 是否禁用标签 | *boolean* | `false` | - |
| url | 点击后跳转的链接地址 | *string* | - | 2.2.1 |
| to | 点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to) | *string \| object* | - | 2.2.1 |
| replace | 跳转时是否替换当前页面历史 | *boolean* | `false` | 2.2.1 |
| replace | 是否在跳转时替换当前页面历史 | *boolean* | `false` | 2.2.1 |
### Tabs Slots