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
@@ -134,7 +134,7 @@ Vue.use(Button);
| loading-size | 加载图标大小 | *string* | `20px` | - |
| url | 点击后跳转的链接地址 | *string* | - | - |
| to | 点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to) | *string \| object* | - | - |
| replace | 跳转时是否替换当前页面历史 | *boolean* | `false` | - |
| replace | 是否在跳转时替换当前页面历史 | *boolean* | `false` | - |
### Events