docs: update desc of replace prop (#4639)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user