[new feature] Button: add loading-size prop (#2854)

This commit is contained in:
neverland
2019-02-26 19:35:59 +08:00
committed by GitHub
parent c3cf74cda0
commit 5cb0edbf39
5 changed files with 27 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ Vue.use(Button);
| disabled | 是否禁用按钮 | `Boolean` | `false` | - |
| loading | 是否显示为加载状态 | `Boolean` | `false` | - |
| loading-text | 加载状态提示文字 | `String` | - | 1.6.3 |
| loading-size | 加载图标大小 | `String` | `20px` | 1.6.7 |
| url | 跳转链接 | `String` | - | 1.6.5 |
| to | 路由跳转对象,同 `vue-router` 的 to | `String | Object` | - | 1.6.5 |
| replace | 跳转时是否替换当前页面历史 | `String` | `false` | 1.6.5 |