[Improvement] Button: add square prop (#1627)

This commit is contained in:
neverland
2018-08-14 14:56:51 +08:00
committed by GitHub
parent 559a04924b
commit 513b62053e
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ Use `tag` prop to custom button tag
| disabled | Whether to disable button | `Boolean` | `false` |
| loading | Whether show loading status | `Boolean` | `false` |
| block | Whether to set display block | `Boolean` | `false` |
| square | Whether to be square button | `Boolean` | `false` |
### Event